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
/
low-can-binding.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
Change all old struct name to the new class.
Romain Forlot
1
-2
/
+2
2017-03-16
Move "config" variable as global.
Romain Forlot
1
-0
/
+1
2017-03-16
Fix: wrong assignement of can_bus_t object.
Romain Forlot
1
-1
/
+1
2017-03-16
Miss removed header file include
Romain Forlot
1
-0
/
+5
2017-03-16
Make a global variable to a configuration object.
Romain Forlot
1
-4
/
+4
2017-03-16
Added a warning that it is an example code
Romain Forlot
1
-5
/
+1
2017-03-16
Beginning of work of get central configuration object
Romain Forlot
1
-11
/
+5
2017-03-16
Fix: typo, and dirty fix to get compiled ftm.
Romain Forlot
1
-2
/
+4
2017-03-16
Fix: typo
Romain Forlot
1
-1
/
+1
2017-03-16
Finalize new directories organization.
Romain Forlot
1
-6
/
+6
2017-03-16
Beginning of work on obd2 object and
Romain Forlot
1
-9
/
+9
2017-03-06
Change way to find signals to make it a little bit more generic.
Romain Forlot
1
-48
/
+26
2017-03-03
change all genericName to generic_name. Now all
Romain Forlot
1
-6
/
+6
2017-03-02
Fix: multiple subscription and maintain subscribed_signals coherence
Romain Forlot
1
-13
/
+28
2017-03-01
Fix: subscription and improve code readabilty
Romain Forlot
1
-16
/
+12
2017-02-28
Fix: can bus object life is now expanded and don't
Romain Forlot
1
-3
/
+5
2017-02-28
Re-arranging objects splitting all objects over
Romain Forlot
1
-1
/
+2
2017-02-27
Fix: wrong conf file name specified
Romain Forlot
1
-3
/
+3
2017-02-27
In class mutex and condition variable except for subscribed_signals map
Romain Forlot
1
-1
/
+1
2017-02-24
Improve mutex lock logic.
Romain Forlot
1
-15
/
+5
2017-02-24
Remove socket read management by systemd event
Romain Forlot
1
-28
/
+0
2017-02-24
Improve subscription/unsubscription operation.
Romain Forlot
1
-32
/
+44
2017-02-24
Fix mutex about can_frame. Wrong location about
Romain Forlot
1
-2
/
+4
2017-02-23
First draft about lock/wait thread management.
Romain Forlot
1
-6
/
+45
2017-02-23
Make binder_interface global variable rather than
Romain Forlot
1
-2
/
+2
2017-02-23
Cleaning, improve comments
Romain Forlot
1
-2
/
+2
2017-02-22
Header include spring cleaning
Romain Forlot
1
-36
/
+15
2017-02-22
make binder_interface global
José Bollo
1
-11
/
+50
2017-02-22
No more warning about not defined functions
Romain Forlot
1
-1
/
+1
2017-02-22
Resolve circular header files inclusion
Romain Forlot
1
-1
/
+1
2017-02-21
Fix: threads launching with wrong arguments
Romain Forlot
1
-2
/
+3
2017-02-21
Clean up include statement...
Romain Forlot
1
-21
/
+0
2017-02-21
Cleaned up, a bit, include statement.
Romain Forlot
1
-5
/
+1
2017-02-21
Fix: OBD2_PIDS array initialization
Romain Forlot
1
-63
/
+58
2017-02-20
Fix: timer.* issues
Romain Forlot
1
-129
/
+73
2017-02-20
Separated can_bus and can_bus_dev object.
Romain Forlot
1
-66
/
+84
2017-02-20
Rename header file to hpp.
Romain Forlot
1
-1
/
+1
2017-02-16
Change CanMessage_c to can_message_t class name
Romain Forlot
1
-1
/
+1
2017-02-16
Changing CanBus_c to can_bus_t class name
Romain Forlot
1
-2
/
+11
2017-02-15
Fixed subscribe/unsubscribe operations.
Romain Forlot
1
-8
/
+28
2017-02-14
Move sources into src directory
Romain Forlot
1
-0
/
+253