apps/agl-service-can-low-level.git
2017-03-16 Loïc Collignonadded some ignore to skip KDevelop files.
2017-03-16 Loïc CollignonChange doxygen comments
2017-03-16 Romain ForlotBeginning of work of get central configuration object
2017-03-16 Romain ForlotIt isn't needed to initialize diag manager
2017-03-16 Romain ForlotIntroducing active-diagnostic-message that will be...
2017-03-16 Romain ForlotFix: typo, and dirty fix to get compiled ftm.
2017-03-16 Romain ForlotIntroducing diagnostic manager class.
2017-03-16 Romain ForlotMake an extern get_signal_id() function plug to get_pid()
2017-03-16 Romain ForlotFix: wrong function signature and get out from class
2017-03-16 Romain ForlotInclude file changes, typo and renaming operation.
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-16 Romain ForlotRaw import openXC function to detect obd2 response.
2017-03-06 Romain ForlotComment pass to cpp file instead of hpp
2017-03-06 Romain ForlotSort and comment the code
2017-03-06 Romain ForlotFix: clear pointer vector before fill it.
2017-03-06 Romain ForlotInclude new signals.xpp files to the compilation
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 ForlotChange TARGET variable name and remove CMakeTools
2017-03-03 Romain Forlottbf
2017-03-02 Romain ForlotClean up uneeded members and functions
2017-03-02 Romain ForlotFix: unsynchronization between queues.
2017-03-02 Romain ForlotFix: no json data for subcribed events
2017-03-02 Romain ForlotFix: Make sure can_message_t.data_ member has been
2017-03-02 Romain ForlotDebugging message cook
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 ForlotReserve new space to data_ can_message_t member only...
2017-03-02 Romain ForlotFix: multiple subscription and maintain subscribed_sign...
2017-03-02 Romain ForlotInitialize all boolean value of DynamicField. Avoiding...
2017-03-02 Romain ForlotClean and imrove log messages.
2017-03-02 Romain ForlotTests with CmakeTools extension for VSCode. Can install...
2017-03-01 Romain ForlotChange id to an hexadecimal value.
2017-03-01 Romain ForlotFix: subscription and improve code readabilty
2017-03-01 Romain ForlotNew way to return canfd_frame with now number of read...
2017-03-01 Romain ForlotFix: wrong format to display can_message_t information
2017-03-01 Romain ForlotMerge branch 'master' of github.com:iotbzh/CAN_signaling
2017-03-01 Romain ForlotWrong call to thread.join cause deadlock and thread...
2017-03-01 Romain ForlotFix: miss 'if' brackets to get incomplete CAN frames...
2017-03-01 Loïc CollignonUpdated the README.md to clarify the use of git submodule.
2017-03-01 Loïc CollignonChanged submodules URL to use https instead of ssh.
2017-03-01 Romain ForlotChange data_ member of can_message_t object
2017-03-01 Romain ForlotFix: improve can_message read
2017-03-01 Romain ForlotDelete for good obsolete code
2017-03-01 Romain Forlottbf
2017-02-28 Romain ForlotImplement a new method returning the can device
2017-02-28 Romain ForlotFix: can bus object life is now expanded and don't
2017-02-28 Romain ForlotFix: wrong argument passed to start_reading().
2017-02-28 Romain ForlotAdded debugging messages.
2017-02-28 Romain ForlotMake the thread function members of can_bus_t and can_b...
2017-02-28 Romain ForlotRe-arranging objects splitting all objects over
2017-02-28 Romain ForlotFix: start reading the can bus if it was correctly
2017-02-27 Romain ForlotAdded some DEBUG log messages around reading conf
2017-02-27 Romain ForlotFix: wrong conf file name specified
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 ForlotAdded missing pthread lib
2017-02-27 Romain ForlotFix wrong returned value about getCanBuses.
2017-02-27 Romain ForlotIn class mutex and condition variable except for subscr...
2017-02-27 Romain ForlotRemoved static libraries deployed by mistake
2017-02-27 Romain ForlotChanged the decoding function
2017-02-27 Romain ForlotChange content target and use a testing
2017-02-27 Romain ForlotBuild and link statically external libraries
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: wrong if...else atomic expression
2017-02-24 Romain ForlotAdd comment
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 ForlotImprove doxygen comments
2017-02-22 Romain ForlotEnhance error handling about can_message_t class
2017-02-22 Romain ForlotChange way to convert simplemessage into a json
2017-02-22 Romain ForlotNo more warning about not defined functions
2017-02-22 Romain ForlotResolve circular header files inclusion
2017-02-22 Romain Forlotfirst draft to new subscribre unsubscibre method
2017-02-22 Romain ForlotFix: decoder_t class decodeSignal method signature
2017-02-22 Romain ForlotAll queue under can_bus_t class and reading thread
2017-02-22 Romain ForlotAdded separated header files
2017-02-22 Romain ForlotFix: force to pass a ref at threads launch
2017-02-21 Romain ForlotFix: threads launching with wrong arguments
2017-02-21 Romain ForlotMultifixes: class and methods, typo, comments
2017-02-21 Romain ForlotFixed can bus class (almost)
2017-02-21 Romain ForlotHandle error in returning a vector by returning
2017-02-21 Romain ForlotClean up include statement...
2017-02-21 Romain ForlotSome cleaning and comments
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 ForlotChange hpp include file directive
2017-02-20 Romain ForlotSeparated can_bus and can_bus_dev object.
2017-02-20 Romain ForlotAdded JSON conf file example
2017-02-20 Romain ForlotAddind missing library
2017-02-20 Romain ForlotInclude supplementary libs and fix include
next