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
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-21
/
+21
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
9
-37
/
+38
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
3
-19
/
+19
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
10
-94
/
+94
2017-03-16
Move "config" variable as global.
Romain Forlot
3
-5
/
+6
2017-03-16
Fix: wrong assignement of can_bus_t object.
Romain Forlot
3
-3
/
+3
2017-03-16
Define predefined OBD2 signals by default.
Romain Forlot
2
-26
/
+23
2017-03-16
Miss removed header file include
Romain Forlot
1
-0
/
+5
2017-03-16
Fix missing constructor declaration
Romain Forlot
1
-0
/
+2
2017-03-16
Separate methods declarations and implementations.
Romain Forlot
3
-107
/
+143
2017-03-16
Fix : wrong attribute type
Romain Forlot
2
-29
/
+21
2017-03-16
Fix: missing method declaration
Romain Forlot
1
-0
/
+1
2017-03-16
Remove now unused function that has moved into configuration class
Romain Forlot
1
-4
/
+1
2017-03-16
Make a global variable to a configuration object.
Romain Forlot
3
-7
/
+15
2017-03-16
Remove moved functions into configuration class
Romain Forlot
2
-27
/
+29
2017-03-16
Fix: wrong method signature.
Romain Forlot
1
-19
/
+15
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
7
-27
/
+86
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
added a socket class to wrap the C socket API.
Loïc Collignon
2
-0
/
+135
2017-03-16
added a parent CMakeLists.txt to allow build in root dir and use by IDEs.
Loïc Collignon
1
-0
/
+1
2017-03-16
added some ignore to skip KDevelop files.
Loïc Collignon
1
-0
/
+4
2017-03-16
Change doxygen comments
Loïc Collignon
2
-38
/
+20
2017-03-16
Beginning of work of get central configuration object
Romain Forlot
9
-117
/
+219
2017-03-16
It isn't needed to initialize diag manager
Romain Forlot
2
-8
/
+2
2017-03-16
Introducing active-diagnostic-message that will be hold
Romain Forlot
1
-0
/
+82
2017-03-16
Fix: typo, and dirty fix to get compiled ftm.
Romain Forlot
3
-10
/
+13
2017-03-16
Introducing diagnostic manager class.
Romain Forlot
6
-21
/
+133
2017-03-16
Make an extern get_signal_id() function plug to get_pid()
Romain Forlot
2
-3
/
+15
2017-03-16
Fix: wrong function signature and get out from class
Romain Forlot
3
-4
/
+3
2017-03-16
Include file changes, typo and renaming operation.
Romain Forlot
10
-40
/
+32
2017-03-16
Fix: typo
Romain Forlot
1
-1
/
+1
2017-03-16
Finalize new directories organization.
Romain Forlot
7
-21
/
+24
2017-03-16
Beginning of work on obd2 object and
Romain Forlot
18
-91
/
+96
2017-03-16
Raw import openXC function to detect obd2 response.
Romain Forlot
2
-4
/
+46
2017-03-06
Comment pass to cpp file instead of hpp
Romain Forlot
4
-286
/
+245
2017-03-06
Sort and comment the code
Romain Forlot
4
-47
/
+77
2017-03-06
Fix: clear pointer vector before fill it.
Romain Forlot
1
-46
/
+40
[next]