Raw import openXC function to detect obd2 response.
[apps/agl-service-can-low-level.git] / src / can-signals.cpp
2017-03-06 Romain ForlotSort and comment the code
2017-03-06 Romain ForlotChange way to find signals to make it a little bit...
2017-03-03 Romain Forlotchange all genericName to generic_name. Now all
2017-03-03 Romain Forlottbf
2017-03-02 Romain ForlotFix: unsynchronization between queues.
2017-03-02 Romain ForlotAdding DEBUG messages to track error on STL container
2017-03-02 Romain ForlotFix: Wrong set up of vector.
2017-03-02 Romain ForlotFix: multiple subscription and maintain subscribed_sign...
2017-03-01 Romain ForlotChange id to an hexadecimal value.
2017-02-27 Romain ForlotFix: mismatch function signature and implementation
2017-02-27 Romain ForlotFix decoder_t methods to get it compile
2017-02-27 Romain ForlotIn class mutex and condition variable except for subscr...
2017-02-23 Romain ForlotFirst draft about lock/wait thread management.
2017-02-23 Romain ForlotMake binder_interface global variable rather than
2017-02-22 Romain ForlotNo more warning about not defined functions
2017-02-22 Romain ForlotResolve circular header files inclusion
2017-02-22 Romain ForlotFix: force to pass a ref at threads launch
2017-02-21 Romain ForlotFix: OBD2_PIDS array initialization
2017-02-20 Romain ForlotFix: timer.* issues
2017-02-16 Romain ForlotChange way to iter over vector
2017-02-16 Romain ForlotChange to push_back instead of insert.
2017-02-16 Romain ForlotChanging CanBus_c to can_bus_t class name
2017-02-15 Romain ForlotFixed subscribe/unsubscribe operations.
2017-02-14 Romain ForlotImplement GetSignals method
2017-02-14 Romain ForlotMove sources into src directory