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-bus.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
Beginning of work on obd2 object and
Romain Forlot
1
-556
/
+0
2017-03-06
Comment pass to cpp file instead of hpp
Romain Forlot
1
-7
/
+131
2017-03-06
Fix: clear pointer vector before fill it.
Romain Forlot
1
-46
/
+40
2017-03-03
change all genericName to generic_name. Now all
Romain Forlot
1
-6
/
+6
2017-03-03
tbf
Romain Forlot
1
-0
/
+1
2017-03-02
Clean up uneeded members and functions
Romain Forlot
1
-8
/
+0
2017-03-02
Fix: unsynchronization between queues.
Romain Forlot
1
-35
/
+39
2017-03-02
Debugging message cook
Romain Forlot
1
-6
/
+6
2017-03-02
Fix: multiple subscription and maintain subscribed_signals coherence
Romain Forlot
1
-8
/
+13
2017-03-02
Clean and imrove log messages.
Romain Forlot
1
-6
/
+2
2017-03-01
New way to return canfd_frame with now number of read bytes.
Romain Forlot
1
-2
/
+2
2017-03-01
Fix: wrong format to display can_message_t information
Romain Forlot
1
-1
/
+1
2017-03-01
Wrong call to thread.join cause deadlock and thread termination.
Romain Forlot
1
-3
/
+0
2017-03-01
Fix: miss 'if' brackets to get incomplete CAN frames correctly
Romain Forlot
1
-6
/
+7
2017-03-01
Fix: improve can_message read
Romain Forlot
1
-19
/
+8
2017-03-01
Delete for good obsolete code
Romain Forlot
1
-1
/
+1
2017-02-28
Implement a new method returning the can device
Romain Forlot
1
-0
/
+5
2017-02-28
Fix: can bus object life is now expanded and don't
Romain Forlot
1
-25
/
+17
2017-02-28
Fix: wrong argument passed to start_reading().
Romain Forlot
1
-1
/
+1
2017-02-28
Added debugging messages.
Romain Forlot
1
-3
/
+8
2017-02-28
Make the thread function members of can_bus_t and can_bus_dev_t objects.
Romain Forlot
1
-35
/
+123
2017-02-28
Re-arranging objects splitting all objects over
Romain Forlot
1
-0
/
+363