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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CAN-binder
/
low-can-binding
/
binding
/
low-can-cb.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-01
Fix diagnostic message subscription.
Romain Forlot
1
-2
/
+8
2017-06-01
Use default signal frequency if no filter provided
Romain Forlot
1
-1
/
+4
2017-06-01
Fix: Don't processing filter argument
Romain Forlot
1
-5
/
+5
2017-06-01
Use ptr to can_signal instead of copying some members
Romain Forlot
1
-79
/
+22
2017-06-01
Missing var declaration
Romain Forlot
1
-1
/
+1
2017-06-01
Fix: use of isnan() from std lib
Romain Forlot
1
-1
/
+1
2017-06-01
manage unset values with NAN
José Bollo
1
-6
/
+1
2017-06-01
optimise flow
José Bollo
1
-56
/
+31
2017-06-01
Reworked subscription to integrate filtering.
Romain Forlot
1
-67
/
+272
2017-06-01
Renaming configuration to application
Romain Forlot
1
-2
/
+2
2017-05-24
Fix memory leaks
Romain Forlot
1
-0
/
+4
2017-05-23
Static code review fixes.
Romain Forlot
1
-2
/
+5
2017-05-23
Implement filtering on subscription. WIP
Romain Forlot
1
-17
/
+54
2017-05-19
Make and use a single function to read incoming CAN messages
Romain Forlot
1
-18
/
+35
2017-05-19
one event source by socket added to systemd event loop.
Romain Forlot
1
-0
/
+1
2017-05-19
Adding also diagnostic request to systemd event loop
Romain Forlot
1
-7
/
+24
2017-05-19
Fix wrong signature, better with const ref... Was forgotten
Romain Forlot
1
-5
/
+4
2017-05-19
Implement unsubscribe like subscribe.
Romain Forlot
1
-18
/
+31
2017-05-11
Massive use of shared_ptr about signal and diag message. WIP
Romain Forlot
1
-1
/
+1
2017-05-10
Fix: Avoid returning negative value that's stop watch socket
Romain Forlot
1
-3
/
+10
2017-05-05
Separation between hat and callback binding parts
Romain Forlot
1
-0
/
+252