Change way to convert simplemessage into a json
[apps/agl-service-can-low-level.git] / src / can_decode_message.cpp
2017-02-22 Romain ForlotNo more warning about not defined functions
2017-02-22 Romain ForlotResolve circular header files inclusion
2017-02-22 Romain ForlotAll queue under can_bus_t class and reading thread
2017-02-22 Romain ForlotFix: force to pass a ref at threads launch
2017-02-21 Romain ForlotMultifixes: class and methods, typo, comments
2017-02-21 Romain ForlotCleaned up, a bit, include statement.
2017-02-21 Romain ForlotFix: OBD2_PIDS array initialization
2017-02-20 Romain ForlotRename header file to hpp.
2017-02-16 Romain ForlotChange Decoder_c class name to decoder_t
2017-02-16 Romain ForlotChange CanMessage_c to can_message_t class name
2017-02-15 Romain ForlotChange way to iterate over found signals
2017-02-14 Romain ForlotDecode a can message and construct a VehicleMessage
2017-02-14 Romain ForlotFirst raw write to decode CAN messages
2017-02-14 Romain ForlotMove sources into src directory