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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-69
/
+78
2017-03-16
Again change enum name and add "_t" suffix to get
Romain Forlot
2
-19
/
+19
2017-03-16
Use the new created class and their respectives
Romain Forlot
1
-7
/
+9
2017-03-16
Use static method now as they are all static. No need
Romain Forlot
1
-3
/
+1
2017-03-16
Change all old struct name to the new class.
Romain Forlot
6
-32
/
+33
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
2
-17
/
+17
2017-03-16
Clean old C struct, now as C++ class
Romain Forlot
2
-47
/
+22
2017-03-16
Added missing method of the class.
Romain Forlot
1
-20
/
+123
2017-03-16
Make all class function as static to be accessible
Romain Forlot
1
-20
/
+18
2017-03-16
Poco-ification of CanSignal struct as can_signal_t class
Romain Forlot
1
-93
/
+35
2017-03-16
Fix: declaration and implementation of needed methods
Romain Forlot
2
-1
/
+11
2017-03-16
Cleaning old can_bus_dev_t now implemented
Romain Forlot
4
-162
/
+30
2017-03-16
Make convert method static to get called at the return
Romain Forlot
2
-153
/
+80
2017-03-16
Fix all doxygen comments about parameters.
Romain Forlot
6
-64
/
+64
2017-03-16
Fix : wrong attribute type
Romain Forlot
1
-1
/
+1
2017-03-16
Fix: missing method declaration
Romain Forlot
1
-0
/
+1
2017-03-16
Remove moved functions into configuration class
Romain Forlot
1
-26
/
+0
2017-03-16
Make dumb poco class from old C struct
Romain Forlot
2
-7
/
+16
2017-03-16
Add movable constructor to the class
Romain Forlot
1
-0
/
+1
2017-03-16
Added a warning that it is an example code
Romain Forlot
2
-0
/
+57
2017-03-16
separation of can_bus_t and can_bus_dev_t and use of the new socket class.
Loïc Collignon
4
-159
/
+208
2017-03-16
Change doxygen comments
Loïc Collignon
1
-37
/
+20
2017-03-16
Beginning of work of get central configuration object
Romain Forlot
3
-67
/
+15
2017-03-16
It isn't needed to initialize diag manager
Romain Forlot
2
-8
/
+2
2017-03-16
Introducing diagnostic manager class.
Romain Forlot
2
-7
/
+11
2017-03-16
Include file changes, typo and renaming operation.
Romain Forlot
4
-14
/
+14
2017-03-16
Finalize new directories organization.
Romain Forlot
3
-8
/
+8
2017-03-16
Beginning of work on obd2 object and
Romain Forlot
9
-0
/
+1781