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
/
can-message.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-17
Comments fixes, typo and formating.
Romain Forlot
1
-67
/
+67
2017-03-16
Adding missing doxygen comments.
Romain Forlot
1
-2
/
+14
2017-03-16
Revert accessing CAN device with a map indexing on dev name
Romain Forlot
1
-1
/
+1
2017-03-16
Improve Doxygen comments and formating.
Romain Forlot
1
-1
/
+4
2017-03-16
Implement signals states decoder and change map
Romain Forlot
1
-2
/
+2
2017-03-16
Separation of classes in the same file.
Romain Forlot
1
-20
/
+0
2017-03-16
Fix: include statement with wrong path.
Romain Forlot
1
-2
/
+2
2017-03-16
typo
Romain Forlot
1
-1
/
+1
2017-03-16
Typo and formating.
Romain Forlot
1
-6
/
+6
2017-03-16
Constructor making mandatory to pass a can_bus_dev_t
Romain Forlot
1
-2
/
+2
2017-03-16
Misplaced test of rtr_flag bool and length assignation
Romain Forlot
1
-5
/
+2
2017-03-16
Fix: method to allocate a new can_message_t object
Romain Forlot
1
-48
/
+57
2017-03-16
Again change enum name and add "_t" suffix to get
Romain Forlot
1
-13
/
+13
2017-03-16
Change CanMessageFormat name to make it
Romain Forlot
1
-12
/
+12
2017-03-16
Clean old C struct, now as C++ class
Romain Forlot
1
-0
/
+16
2017-03-16
Make convert method static to get called at the return
Romain Forlot
1
-137
/
+71
2017-03-16
Fix all doxygen comments about parameters.
Romain Forlot
1
-17
/
+17
2017-03-16
Include file changes, typo and renaming operation.
Romain Forlot
1
-1
/
+1
2017-03-16
Beginning of work on obd2 object and
Romain Forlot
1
-0
/
+313