Linux Foundation Collaborative Projects
index
:
agl-service-can-low-level
dab
eel
flounder
guppy
halibut
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
next
octopus
pike
quillback
ricefish
sandbox/DDTLK/autobuild
sandbox/DDTLK/fix-tests
sandbox/claneys/SPEC-3204
sandbox/claneys/modular-low-can
sandbox/excale/wip
sandbox/walzert/agl-service-can-low-level
sandbox/walzert/can_build_icefish
sandbox/ydimitrov/revised_comments
sandbox/zheng_wenlong/als2019
Low level CAN service made to decode and write on CAN bus.
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
can-utils.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
Re-arranging objects splitting all objects over
Romain Forlot
1
-485
/
+0
2017-02-28
Fix: start reading the can bus if it was correctly
Romain Forlot
1
-2
/
+4
2017-02-27
Added some DEBUG log messages around reading conf
Romain Forlot
1
-1
/
+7
2017-02-27
In class mutex and condition variable except for subscribed_signals map
Romain Forlot
1
-0
/
+20
2017-02-24
Improve mutex lock logic.
Romain Forlot
1
-1
/
+18
2017-02-24
Remove socket read management by systemd event
Romain Forlot
1
-33
/
+0
2017-02-24
Fix: wrong if...else atomic expression
Romain Forlot
1
-1
/
+4
2017-02-24
Fix mutex about can_frame. Wrong location about
Romain Forlot
1
-3
/
+4
2017-02-23
First draft about lock/wait thread management.
Romain Forlot
1
-139
/
+182
2017-02-23
Make binder_interface global variable rather than
Romain Forlot
1
-35
/
+36
2017-02-22
Improve doxygen comments
Romain Forlot
1
-61
/
+1
2017-02-22
Enhance error handling about can_message_t class
Romain Forlot
1
-18
/
+36
2017-02-22
No more warning about not defined functions
Romain Forlot
1
-1
/
+1
2017-02-22
All queue under can_bus_t class and reading thread
Romain Forlot
1
-51
/
+51
2017-02-22
Fix: force to pass a ref at threads launch
Romain Forlot
1
-4
/
+4
2017-02-21
Fix: threads launching with wrong arguments
Romain Forlot
1
-8
/
+6
2017-02-21
Multifixes: class and methods, typo, comments
Romain Forlot
1
-48
/
+64
2017-02-21
Fixed can bus class (almost)
Romain Forlot
1
-149
/
+149
2017-02-21
Handle error in returning a vector by returning
Romain Forlot
1
-11
/
+12
2017-02-21
Clean up include statement...
Romain Forlot
1
-18
/
+19
2017-02-21
Fix: OBD2_PIDS array initialization
Romain Forlot
1
-15
/
+13
2017-02-20
Fix: timer.* issues
Romain Forlot
1
-53
/
+56
2017-02-20
Separated can_bus and can_bus_dev object.
Romain Forlot
1
-31
/
+145
2017-02-20
Rename header file to hpp.
Romain Forlot
1
-39
/
+44
2017-02-16
Change way signaling end of queue for can messages
Romain Forlot
1
-2
/
+19
2017-02-16
Add can_message_t constructor. Make the class
Romain Forlot
1
-39
/
+39
2017-02-16
Change CanMessage_c to can_message_t class name
Romain Forlot
1
-23
/
+23
2017-02-16
Adding canbus read method
Romain Forlot
1
-17
/
+64
2017-02-16
Use initialisation list with CanBus_c constructor
Romain Forlot
1
-37
/
+33
2017-02-14
Add VehicleMessage queue methods
Romain Forlot
1
-1
/
+23
2017-02-14
Implement CanMessage_c method to navigate through
Romain Forlot
1
-0
/
+23
2017-02-14
Move sources into src directory
Romain Forlot
1
-0
/
+226