Revert accessing CAN device with a map indexing on dev name
[apps/low-level-can-service.git] / src / low-can-binding.cpp
2017-03-16 Romain ForlotRevert accessing CAN device with a map indexing on...
2017-03-16 Romain ForlotImprove logging messages and change string conversion...
2017-03-16 Romain ForlotMove diagnostic requests scheduling to diagnostic manager
2017-03-16 Romain ForlotEnabling recurrent check of diagnostic requests.
2017-03-16 Romain ForlotImprove Doxygen comments and formating.
2017-03-16 Romain ForlotFix: return before initialization of diagnostic manager.
2017-03-16 Romain ForlotMove member from obd2_signals_t class to
2017-03-16 Romain ForlotChange the way to check signal type making prefix_
2017-03-16 Romain ForlotFix: set to microsecond frequency check of diag request
2017-03-16 Romain ForlotKeep subscription to signal simplier without doubling
2017-03-16 Romain ForlotMissing include header and code reordering and cleaning.
2017-03-16 Romain ForlotImplemente way to send diagnostic request when subscribed.
2017-03-16 Romain ForlotUse of signals prefix to be able to distinguish type of
2017-03-16 Romain ForlotMake diagnostic manager initialization processus.
2017-03-16 Romain ForlotWe doesn't modify member once getted, we can use const...
2017-03-16 Romain ForlotInstead of a global pointer, config is now a Singleton.
2017-03-16 Romain ForlotChange all old struct name to the new class.
2017-03-16 Romain ForlotMove "config" variable as global.
2017-03-16 Romain ForlotFix: wrong assignement of can_bus_t object.
2017-03-16 Romain ForlotMiss removed header file include
2017-03-16 Romain ForlotMake a global variable to a configuration object.
2017-03-16 Romain ForlotAdded a warning that it is an example code
2017-03-16 Romain ForlotBeginning of work of get central configuration object
2017-03-16 Romain ForlotFix: typo, and dirty fix to get compiled ftm.
2017-03-16 Romain ForlotFix: typo
2017-03-16 Romain ForlotFinalize new directories organization.
2017-03-16 Romain ForlotBeginning of work on obd2 object and
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-02 Romain ForlotFix: multiple subscription and maintain subscribed_sign...
2017-03-01 Romain ForlotFix: subscription and improve code readabilty
2017-02-28 Romain ForlotFix: can bus object life is now expanded and don't
2017-02-28 Romain ForlotRe-arranging objects splitting all objects over
2017-02-27 Romain ForlotFix: wrong conf file name specified
2017-02-27 Romain ForlotIn class mutex and condition variable except for subscr...
2017-02-24 Romain ForlotImprove mutex lock logic.
2017-02-24 Romain ForlotRemove socket read management by systemd event
2017-02-24 Romain ForlotImprove subscription/unsubscription operation.
2017-02-24 Romain ForlotFix mutex about can_frame. Wrong location about
2017-02-23 Romain ForlotFirst draft about lock/wait thread management.
2017-02-23 Romain ForlotMake binder_interface global variable rather than
2017-02-23 Romain ForlotCleaning, improve comments
2017-02-22 Romain ForlotHeader include spring cleaning
2017-02-22 José Bollomake binder_interface global
2017-02-22 Romain ForlotNo more warning about not defined functions
2017-02-22 Romain ForlotResolve circular header files inclusion
2017-02-21 Romain ForlotFix: threads launching with wrong arguments
2017-02-21 Romain ForlotClean up include statement...
2017-02-21 Romain ForlotCleaned up, a bit, include statement.
2017-02-21 Romain ForlotFix: OBD2_PIDS array initialization
2017-02-20 Romain ForlotFix: timer.* issues
2017-02-20 Romain ForlotSeparated can_bus and can_bus_dev object.
2017-02-20 Romain ForlotRename header file to hpp.
2017-02-16 Romain ForlotChange CanMessage_c to can_message_t class name
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 ForlotMove sources into src directory