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
/
diagnostic
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-20
Make error goes back to the subscribed clients when unsupported.
Romain Forlot
1
-0
/
+1
2017-03-20
Fix: Avoid segfault if diagnostic bus isn't correctly set.
Romain Forlot
1
-5
/
+14
2017-03-19
Fix bad handling unsupported OBD2 messages subscription.
Romain Forlot
1
-1
/
+1
2017-03-17
Comments fixes, typo and formating.
Romain Forlot
6
-29
/
+28
2017-03-16
Diagnostic requests will occur depending on their frequency.
Romain Forlot
1
-1
/
+1
2017-03-16
Wrong error handling when fire diagnostic request.
Romain Forlot
1
-6
/
+4
2017-03-16
Include cleaning
Romain Forlot
6
-15
/
+9
2017-03-16
Adding missing doxygen comments.
Romain Forlot
6
-107
/
+267
2017-03-16
Implement check of supported diagnostic PID.
Romain Forlot
4
-2
/
+25
2017-03-16
Improve comments
Romain Forlot
1
-0
/
+1
2017-03-16
Fix diagnostic message name mismatch at decoding.
Romain Forlot
1
-1
/
+1
2017-03-16
Follow rename operation in CMakeLists.txt
Romain Forlot
1
-1
/
+1
2017-03-16
Small fixes
Romain Forlot
1
-3
/
+3
2017-03-16
Finalization of decoding part of diagnostic messages.
Romain Forlot
2
-36
/
+92
2017-03-16
Retrieve easily Diagnostic Request PID from an Active Diagnostic Request
Romain Forlot
2
-0
/
+10
2017-03-16
Rename class and 1:1 map to JSON description file
Romain Forlot
2
-12
/
+30
2017-03-16
Make available decoding OBD2 messages method to be use as callback.
Romain Forlot
2
-19
/
+0
2017-03-16
Simplification of checking Diagnostic response.
Romain Forlot
2
-25
/
+16
2017-03-16
Revert accessing CAN device with a map indexing on dev name
Romain Forlot
4
-20
/
+24
2017-03-16
Uniformization between get_name() method of signals.
Romain Forlot
1
-2
/
+2
2017-03-16
Change way to check prefix of signals name.
Romain Forlot
2
-2
/
+5
2017-03-16
Improve shims_logger function to get full details.
Romain Forlot
1
-3
/
+8
2017-03-16
Get recurring requests works.
Romain Forlot
1
-38
/
+33
2017-03-16
Simplification of diagnostic manager. Delete uneeded vector
Romain Forlot
2
-51
/
+22
2017-03-16
Less control before process the CAN message.
Romain Forlot
1
-6
/
+5
2017-03-16
Implement regular event launching using systemd event loop
Romain Forlot
1
-11
/
+16
2017-03-16
Move diagnostic requests scheduling to diagnostic manager
Romain Forlot
1
-1
/
+22
2017-03-16
Fix: Initialization and entries flow
Romain Forlot
1
-8
/
+11
2017-03-16
Move member from obd2_signals_t class to
Romain Forlot
4
-80
/
+47
2017-03-16
Get decoding diagnostic request from decoding thread of can_bus_t
Romain Forlot
2
-0
/
+64
2017-03-16
Change the way to check signal type making prefix_
Romain Forlot
2
-8
/
+10
2017-03-16
Reordering class method.
Romain Forlot
1
-17
/
+17
2017-03-16
Change method returned value. Needed with send_request()
Romain Forlot
2
-10
/
+7
2017-03-16
Implemente way to send diagnostic request when subscribed.
Romain Forlot
6
-1
/
+93
2017-03-16
Make diagnostic manager initialization processus.
Romain Forlot
4
-37
/
+45
2017-03-16
We doesn't modify member once getted, we can use const return
Romain Forlot
2
-9
/
+26
2017-03-16
Manage prefix on CAN and OBD2 prefix. Searching signals
Romain Forlot
2
-24
/
+15
2017-03-16
Instead of a global pointer, config is now a Singleton.
Romain Forlot
1
-1
/
+1
2017-03-16
Keep raw pointer for now as we have to move them around vector.
Romain Forlot
4
-64
/
+81
2017-03-16
Finalize the class active_diag... to get it compile.
Romain Forlot
4
-36
/
+43
2017-03-16
Adding requests to diagnostic manager implemented.
Romain Forlot
4
-40
/
+313
2017-03-16
Fix: include statement with wrong path.
Romain Forlot
6
-21
/
+31
2017-03-16
Added constructor to get vector initialized with default
Romain Forlot
4
-36
/
+92
2017-03-16
Add necessary to be able to initialize diagnostic manager shims.
Romain Forlot
2
-3
/
+17
2017-03-16
Changing to a raw pointer can_bus_dev member and add
Romain Forlot
2
-2
/
+7
2017-03-16
Format
Romain Forlot
1
-27
/
+27
2017-03-16
Fix: include path (where I think to fix them...)
Romain Forlot
1
-2
/
+3
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
[next]