Linux Foundation Collaborative Projects
index
:
low-level-can-service
dab
eel
master
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
low-can-binding.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-20
Make error goes back to the subscribed clients when unsupported.
Romain Forlot
1
-1
/
+0
2017-03-20
Fix: Avoid segfault if diagnostic bus isn't correctly set.
Romain Forlot
1
-5
/
+7
2017-03-19
Fix bad handling unsupported OBD2 messages subscription.
Romain Forlot
1
-2
/
+3
2017-03-17
Comments fixes, typo and formating.
Romain Forlot
1
-22
/
+20
2017-03-16
Include cleaning
Romain Forlot
1
-0
/
+1
2017-03-16
Adding missing doxygen comments.
Romain Forlot
1
-2
/
+2
2017-03-16
Implement check of supported diagnostic PID.
Romain Forlot
1
-1
/
+6
2017-03-16
Improve comments
Romain Forlot
1
-2
/
+2
2017-03-16
Make unsubscription works with diagnostic message too.
Romain Forlot
1
-11
/
+20
2017-03-16
Follow rename operation in CMakeLists.txt
Romain Forlot
1
-1
/
+1
2017-03-16
Rename class and 1:1 map to JSON description file
Romain Forlot
1
-5
/
+5
2017-03-16
Revert accessing CAN device with a map indexing on dev name
Romain Forlot
1
-1
/
+1
2017-03-16
Improve logging messages and change string conversion to char
Romain Forlot
1
-5
/
+5
2017-03-16
Move diagnostic requests scheduling to diagnostic manager
Romain Forlot
1
-7
/
+0
2017-03-16
Enabling recurrent check of diagnostic requests.
Romain Forlot
1
-0
/
+1
2017-03-16
Improve Doxygen comments and formating.
Romain Forlot
1
-3
/
+3
2017-03-16
Fix: return before initialization of diagnostic manager.
Romain Forlot
1
-4
/
+2
2017-03-16
Move member from obd2_signals_t class to
Romain Forlot
1
-4
/
+5
2017-03-16
Change the way to check signal type making prefix_
Romain Forlot
1
-3
/
+1
2017-03-16
Fix: set to microsecond frequency check of diag request
Romain Forlot
1
-1
/
+3
2017-03-16
Keep subscription to signal simplier without doubling
Romain Forlot
1
-45
/
+8
2017-03-16
Missing include header and code reordering and cleaning.
Romain Forlot
1
-0
/
+2
2017-03-16
Implemente way to send diagnostic request when subscribed.
Romain Forlot
1
-3
/
+56
2017-03-16
Use of signals prefix to be able to distinguish type of
Romain Forlot
1
-0
/
+4
2017-03-16
Make diagnostic manager initialization processus.
Romain Forlot
1
-1
/
+5
2017-03-16
We doesn't modify member once getted, we can use const return
Romain Forlot
1
-0
/
+1
2017-03-16
Instead of a global pointer, config is now a Singleton.
Romain Forlot
1
-4
/
+1
2017-03-16
Change all old struct name to the new class.
Romain Forlot
1
-2
/
+2
2017-03-16
Move "config" variable as global.
Romain Forlot
1
-0
/
+1
2017-03-16
Fix: wrong assignement of can_bus_t object.
Romain Forlot
1
-1
/
+1
2017-03-16
Miss removed header file include
Romain Forlot
1
-0
/
+5
2017-03-16
Make a global variable to a configuration object.
Romain Forlot
1
-4
/
+4
2017-03-16
Added a warning that it is an example code
Romain Forlot
1
-5
/
+1
2017-03-16
Beginning of work of get central configuration object
Romain Forlot
1
-11
/
+5
2017-03-16
Fix: typo, and dirty fix to get compiled ftm.
Romain Forlot
1
-2
/
+4
2017-03-16
Fix: typo
Romain Forlot
1
-1
/
+1
2017-03-16
Finalize new directories organization.
Romain Forlot
1
-6
/
+6
2017-03-16
Beginning of work on obd2 object and
Romain Forlot
1
-9
/
+9
2017-03-06
Change way to find signals to make it a little bit more generic.
Romain Forlot
1
-48
/
+26
2017-03-03
change all genericName to generic_name. Now all
Romain Forlot
1
-6
/
+6
2017-03-02
Fix: multiple subscription and maintain subscribed_signals coherence
Romain Forlot
1
-13
/
+28
2017-03-01
Fix: subscription and improve code readabilty
Romain Forlot
1
-16
/
+12
2017-02-28
Fix: can bus object life is now expanded and don't
Romain Forlot
1
-3
/
+5
2017-02-28
Re-arranging objects splitting all objects over
Romain Forlot
1
-1
/
+2
2017-02-27
Fix: wrong conf file name specified
Romain Forlot
1
-3
/
+3
2017-02-27
In class mutex and condition variable except for subscribed_signals map
Romain Forlot
1
-1
/
+1
2017-02-24
Improve mutex lock logic.
Romain Forlot
1
-15
/
+5
2017-02-24
Remove socket read management by systemd event
Romain Forlot
1
-28
/
+0
2017-02-24
Improve subscription/unsubscription operation.
Romain Forlot
1
-32
/
+44
2017-02-24
Fix mutex about can_frame. Wrong location about
Romain Forlot
1
-2
/
+4
[next]