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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
Change also where wgt file is since we build into a subdirectory
Romain Forlot
1
-2
/
+2
2017-03-16
Adding requests to diagnostic manager implemented.
Romain Forlot
4
-40
/
+313
2017-03-16
Adding needed getter for diagnostic manager. Useful
Romain Forlot
2
-0
/
+7
2017-03-16
Adding needed function to get some time handle on request
Romain Forlot
2
-5
/
+51
2017-03-16
Fix: include statement with wrong path.
Romain Forlot
13
-37
/
+47
2017-03-16
Added constructor to get vector initialized with default
Romain Forlot
4
-36
/
+92
2017-03-16
separation to a new file of can_message_set_t
Loïc Collignon
3
-21
/
+84
2017-03-16
Change FrequencyClock struct to class and rename it.
Romain Forlot
5
-15
/
+25
2017-03-16
fixed CMakeLists.txt
Loïc Collignon
1
-5
/
+1
2017-03-16
Fix: wrong tested variable for socket.
Romain Forlot
1
-2
/
+3
2017-03-16
C Header first
Romain Forlot
1
-1
/
+1
2017-03-16
Add necessary to be able to initialize diagnostic manager shims.
Romain Forlot
4
-9
/
+23
2017-03-16
Reorder to fix warning at compilation
Romain Forlot
1
-1
/
+1
2017-03-16
Changing to a raw pointer can_bus_dev member and add
Romain Forlot
2
-2
/
+7
2017-03-16
Fix: wrong signature due to reference discarding "const".
Romain Forlot
2
-23
/
+26
2017-03-16
Fix: bugs in class due to the wrapping of C socket
Romain Forlot
2
-7
/
+8
2017-03-16
Fix: use of new objects and type conversion missing.
Romain Forlot
2
-6
/
+6
2017-03-16
Format
Romain Forlot
1
-27
/
+27
2017-03-16
Added new cpp files.
Romain Forlot
1
-3
/
+3
2017-03-16
typo
Romain Forlot
1
-1
/
+1
2017-03-16
Fix: include path (where I think to fix them...)
Romain Forlot
4
-13
/
+15
2017-03-16
Fix: missed method declaration
Romain Forlot
1
-1
/
+1
2017-03-16
Better use a reference
Romain Forlot
1
-2
/
+2
2017-03-16
Respect the signature requested by uds-c lib.
Romain Forlot
2
-3
/
+3
2017-03-16
Move some functions to configuration class.
Romain Forlot
6
-53
/
+62
2017-03-16
Create getter/setter needed for can_signal_t class.
Romain Forlot
3
-12
/
+117
2017-03-16
Fix: used new created classes.
Romain Forlot
3
-5
/
+5
2017-03-16
Added a static method to get used by Diagnostic manager
Romain Forlot
2
-0
/
+32
2017-03-16
Fix: wrong socket variable called.
Romain Forlot
1
-1
/
+1
2017-03-16
Typo and formating.
Romain Forlot
7
-26
/
+25
2017-03-16
Constructor making mandatory to pass a can_bus_dev_t
Romain Forlot
2
-3
/
+3
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
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
[prev]
[next]