Linux Foundation Collaborative Projects
index
:
low-level-can-service
dab
eel
master
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
configuration.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
Adding missing doxygen comments.
Romain Forlot
1
-36
/
+14
2017-03-16
Use index number between objects to set their links.
Romain Forlot
1
-0
/
+5
2017-03-16
Rename class and 1:1 map to JSON description file
Romain Forlot
1
-8
/
+8
2017-03-16
Revert accessing CAN device with a map indexing on dev name
Romain Forlot
1
-1
/
+1
2017-03-16
Littles comments improvments
Romain Forlot
1
-2
/
+2
2017-03-16
Improve Doxygen comments and formating.
Romain Forlot
1
-5
/
+5
2017-03-16
Adding/Fix classes constructors to make them correspond
Romain Forlot
1
-30
/
+8
2017-03-16
Implemente way to send diagnostic request when subscribed.
Romain Forlot
1
-4
/
+9
2017-03-16
Manage prefix on CAN and OBD2 prefix. Searching signals
Romain Forlot
1
-22
/
+22
2017-03-16
Remove uneeded define as it was already present in uds.h
Romain Forlot
1
-2
/
+0
2017-03-16
Instead of a global pointer, config is now a Singleton.
Romain Forlot
1
-0
/
+6
2017-03-16
Reorder to fix warning at compilation
Romain Forlot
1
-1
/
+1
2017-03-16
Fix: wrong signature due to reference discarding "const".
Romain Forlot
1
-13
/
+16
2017-03-16
Move some functions to configuration class.
Romain Forlot
1
-2
/
+54
2017-03-16
Fix: wrong assignement of can_bus_t object.
Romain Forlot
1
-1
/
+1
2017-03-16
Define predefined OBD2 signals by default.
Romain Forlot
1
-2
/
+23
2017-03-16
Separate methods declarations and implementations.
Romain Forlot
1
-52
/
+64
2017-03-16
Added a warning that it is an example code
Romain Forlot
1
-1
/
+5
2017-03-16
Beginning of work of get central configuration object
Romain Forlot
1
-0
/
+71