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
Adding missing doxygen comments.
Romain Forlot
2
-6
/
+38
2017-03-16
Use index number between objects to set their links.
Romain Forlot
4
-22
/
+69
2017-03-16
Fix comments
Romain Forlot
1
-2
/
+1
2017-03-16
Follow rename operation in CMakeLists.txt
Romain Forlot
3
-3
/
+3
2017-03-16
Small fixes
Romain Forlot
1
-1
/
+0
2017-03-16
Finalization of decoding part of diagnostic messages.
Romain Forlot
2
-31
/
+10
2017-03-16
Make available decoding OBD2 messages method to be use as callback.
Romain Forlot
2
-0
/
+22
2017-03-16
Simplification of checking Diagnostic response.
Romain Forlot
1
-1
/
+1
2017-03-16
Improve memory allocation about Signal states.
Romain Forlot
3
-10
/
+10
2017-03-16
Revert accessing CAN device with a map indexing on dev name
Romain Forlot
5
-16
/
+36
2017-03-16
Search signals against name not generic_name. It's made
Romain Forlot
1
-1
/
+1
2017-03-16
Improve Doxygen comments and formating.
Romain Forlot
8
-173
/
+189
2017-03-16
Improve: DEBUG messages.
Romain Forlot
1
-1
/
+1
2017-03-16
Make decoder systematic use of openxc-utils to build
Romain Forlot
1
-12
/
+5
2017-03-16
Implement signals states decoder and change map
Romain Forlot
4
-23
/
+26
2017-03-16
Search into generic_name as well as name + prefix, but
Romain Forlot
1
-1
/
+1
2017-03-16
Adding/Fix classes constructors to make them correspond
Romain Forlot
2
-0
/
+13
2017-03-16
Separation of classes in the same file.
Romain Forlot
4
-64
/
+86
2017-03-16
Move member from obd2_signals_t class to
Romain Forlot
1
-1
/
+1
2017-03-16
Get decoding diagnostic request from decoding thread of can_bus_t
Romain Forlot
4
-31
/
+101
2017-03-16
Change the way to check signal type making prefix_
Romain Forlot
2
-1
/
+3
2017-03-16
Fix: set to microsecond frequency check of diag request
Romain Forlot
1
-5
/
+0
2017-03-16
fix: test for opened CAN socket.
Romain Forlot
1
-5
/
+5
2017-03-16
Default value about thread state set at false.
Romain Forlot
3
-13
/
+4
2017-03-16
Fix: wrong location to make the increment because we use
Romain Forlot
1
-1
/
+1
2017-03-16
Make diagnostic manager initialization processus.
Romain Forlot
2
-8
/
+8
2017-03-16
We doesn't modify member once getted, we can use const return
Romain Forlot
2
-4
/
+10
2017-03-16
Manage prefix on CAN and OBD2 prefix. Searching signals
Romain Forlot
3
-2
/
+16
2017-03-16
Instead of a global pointer, config is now a Singleton.
Romain Forlot
1
-2
/
+2
2017-03-16
Also initialize the id_ renamed address_ member. This member
Romain Forlot
3
-7
/
+6
2017-03-16
Adding needed getter for diagnostic manager. Useful
Romain Forlot
2
-0
/
+7
2017-03-16
Fix: include statement with wrong path.
Romain Forlot
5
-14
/
+14
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
3
-4
/
+4
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
2
-6
/
+6
2017-03-16
Fix: bugs in class due to the wrapping of C socket
Romain Forlot
2
-7
/
+8
2017-03-16
typo
Romain Forlot
1
-1
/
+1
2017-03-16
Fix: include path (where I think to fix them...)
Romain Forlot
1
-6
/
+7
2017-03-16
Move some functions to configuration class.
Romain Forlot
2
-25
/
+0
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
1
-1
/
+1
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
4
-14
/
+13
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
2
-19
/
+19
[next]