apps/agl-service-can-low-level.git
2017-03-16 Romain ForlotAdding instruction to use the binding.
2017-03-16 Romain ForlotFix: set to microsecond frequency check of diag request
2017-03-16 Romain Forlotfix: test for opened CAN socket.
2017-03-16 Romain ForlotKeep subscription to signal simplier without doubling
2017-03-16 Romain ForlotDefault value about thread state set at false.
2017-03-16 Romain ForlotChange configuration location into an etc directory.
2017-03-16 Romain ForlotFix: wrong location to make the increment because we use
2017-03-16 Romain ForlotFix CMakeLists file to get isotp correctly linked and...
2017-03-16 Romain ForlotMissing include header and code reordering and cleaning.
2017-03-16 Romain ForlotChange method returned value. Needed with send_request()
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 ForlotAdding diagnostic_messages from diagnostic.json file
2017-03-16 Romain ForlotWe doesn't modify member once getted, we can use const...
2017-03-16 Romain ForlotManage prefix on CAN and OBD2 prefix. Searching signals
2017-03-16 Romain ForlotRemove uneeded define as it was already present in...
2017-03-16 Romain ForlotInstead of a global pointer, config is now a Singleton.
2017-03-16 Romain ForlotAlso initialize the id_ renamed address_ member. This...
2017-03-16 Romain ForlotKeep raw pointer for now as we have to move them around...
2017-03-16 Loïc Collignonfixed the build script when rebuild action is triggered.
2017-03-16 Romain ForlotFinalize the class active_diag... to get it compile.
2017-03-16 Romain ForlotChange also where wgt file is since we build into a...
2017-03-16 Romain ForlotAdding requests to diagnostic manager implemented.
2017-03-16 Romain ForlotAdding needed getter for diagnostic manager. Useful
2017-03-16 Romain ForlotAdding needed function to get some time handle on request
2017-03-16 Loïc Collignonadd a helper script to build, can be use by VS2017.
2017-03-16 Loïc Collignonadd VS2017 files to .gitignore
2017-03-16 Romain ForlotFix: include statement with wrong path.
2017-03-16 Romain ForlotAdded constructor to get vector initialized with default
2017-03-16 Loïc Collignonseparation to a new file of can_message_set_t
2017-03-16 Romain ForlotChange FrequencyClock struct to class and rename it.
2017-03-16 Loïc Collignonfixed CMakeLists.txt
2017-03-16 Romain ForlotFix: wrong tested variable for socket.
2017-03-16 Romain ForlotC Header first
2017-03-16 Romain ForlotAdd necessary to be able to initialize diagnostic manag...
2017-03-16 Romain ForlotReorder to fix warning at compilation
2017-03-16 Romain ForlotChanging to a raw pointer can_bus_dev member and add
2017-03-16 Romain ForlotFix: wrong signature due to reference discarding "const".
2017-03-16 Romain ForlotFix: bugs in class due to the wrapping of C socket
2017-03-16 Romain ForlotFix: use of new objects and type conversion missing.
2017-03-16 Romain ForlotFormat
2017-03-16 Romain ForlotAdded new cpp files.
2017-03-16 Romain Forlottypo
2017-03-16 Romain ForlotFix: include path (where I think to fix them...)
2017-03-16 Romain ForlotFix: missed method declaration
2017-03-16 Romain ForlotBetter use a reference
2017-03-16 Romain ForlotRespect the signature requested by uds-c lib.
2017-03-16 Romain ForlotMove some functions to configuration class.
2017-03-16 Romain ForlotCreate getter/setter needed for can_signal_t class.
2017-03-16 Romain ForlotFix: used new created classes.
2017-03-16 Romain ForlotAdded a static method to get used by Diagnostic manager
2017-03-16 Romain ForlotFix: wrong socket variable called.
2017-03-16 Romain ForlotTypo and formating.
2017-03-16 Romain ForlotConstructor making mandatory to pass a can_bus_dev_t
2017-03-16 Romain ForlotMisplaced test of rtr_flag bool and length assignation
2017-03-16 Romain ForlotFix: method to allocate a new can_message_t object
2017-03-16 Romain ForlotAgain change enum name and add "_t" suffix to get
2017-03-16 Romain ForlotUse the new created class and their respectives
2017-03-16 Romain ForlotUse static method now as they are all static. No need
2017-03-16 Romain ForlotChange all old struct name to the new class.
2017-03-16 Romain ForlotForward declaration needed instead of include the
2017-03-16 Romain ForlotChange CanMessageFormat name to make it
2017-03-16 Romain ForlotClean old C struct, now as C++ class
2017-03-16 Romain ForlotAdded missing method of the class.
2017-03-16 Romain ForlotMake all class function as static to be accessible
2017-03-16 Romain ForlotPoco-ification of CanSignal struct as can_signal_t...
2017-03-16 Romain ForlotFix: declaration and implementation of needed methods
2017-03-16 Romain ForlotCleaning old can_bus_dev_t now implemented
2017-03-16 Romain ForlotMake convert method static to get called at the return
2017-03-16 Romain ForlotFix all doxygen comments about parameters.
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 ForlotDefine predefined OBD2 signals by default.
2017-03-16 Romain ForlotMiss removed header file include
2017-03-16 Romain ForlotFix missing constructor declaration
2017-03-16 Romain ForlotSeparate methods declarations and implementations.
2017-03-16 Romain ForlotFix : wrong attribute type
2017-03-16 Romain ForlotFix: missing method declaration
2017-03-16 Romain ForlotRemove now unused function that has moved into configur...
2017-03-16 Romain ForlotMake a global variable to a configuration object.
2017-03-16 Romain ForlotRemove moved functions into configuration class
2017-03-16 Romain ForlotFix: wrong method signature.
2017-03-16 Romain ForlotMake dumb poco class from old C struct
2017-03-16 Romain ForlotAdd movable constructor to the class
2017-03-16 Romain ForlotAdded a warning that it is an example code
2017-03-16 Loïc Collignonseparation of can_bus_t and can_bus_dev_t and use of...
2017-03-16 Loïc Collignonadded a socket class to wrap the C socket API.
2017-03-16 Loïc Collignonadded a parent CMakeLists.txt to allow build in root...
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
next