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.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
Separation of classes in the same file.
Romain Forlot
1
-44
/
+0
2017-03-16
Fix: include statement with wrong path.
Romain Forlot
1
-1
/
+2
2017-03-16
separation to a new file of can_message_set_t
Loïc Collignon
1
-21
/
+0
2017-03-16
Change FrequencyClock struct to class and rename it.
Romain Forlot
1
-1
/
+1
2017-03-16
Typo and formating.
Romain Forlot
1
-1
/
+1
2017-03-16
Constructor making mandatory to pass a can_bus_dev_t
Romain Forlot
1
-1
/
+1
2017-03-16
Fix: method to allocate a new can_message_t object
Romain Forlot
1
-21
/
+21
2017-03-16
Again change enum name and add "_t" suffix to get
Romain Forlot
1
-6
/
+6
2017-03-16
Change all old struct name to the new class.
Romain Forlot
1
-4
/
+4
2017-03-16
Forward declaration needed instead of include the
Romain Forlot
1
-1
/
+2
2017-03-16
Change CanMessageFormat name to make it
Romain Forlot
1
-5
/
+5
2017-03-16
Clean old C struct, now as C++ class
Romain Forlot
1
-47
/
+6
2017-03-16
Fix: declaration and implementation of needed methods
Romain Forlot
1
-1
/
+1
2017-03-16
Make convert method static to get called at the return
Romain Forlot
1
-16
/
+9
2017-03-16
Fix all doxygen comments about parameters.
Romain Forlot
1
-14
/
+14
2017-03-16
Fix: missing method declaration
Romain Forlot
1
-0
/
+1
2017-03-16
Make dumb poco class from old C struct
Romain Forlot
1
-6
/
+7
2017-03-16
Added a warning that it is an example code
Romain Forlot
1
-0
/
+18
2017-03-16
Beginning of work of get central configuration object
Romain Forlot
1
-0
/
+15
2017-03-16
Finalize new directories organization.
Romain Forlot
1
-1
/
+1
2017-03-16
Beginning of work on obd2 object and
Romain Forlot
1
-0
/
+151