summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-21Fix: OBD2_PIDS array initializationRomain Forlot13-373/+533
2017-02-20Fix: timer.* issuesRomain Forlot10-273/+238
2017-02-20Change hpp include file directiveRomain Forlot3-97/+76
2017-02-20Separated can_bus and can_bus_dev object.Romain Forlot3-103/+236
2017-02-20Addind missing libraryRomain Forlot1-0/+7
2017-02-20Include supplementary libs and fix includeRomain Forlot2-9/+2
2017-02-20Rename header file to hpp.Romain Forlot10-173/+200
2017-02-16Change way to iter over vectorRomain Forlot1-12/+15
2017-02-16Change way signaling end of queue for can messagesRomain Forlot2-2/+21
2017-02-16Change Decoder_c class name to decoder_tRomain Forlot2-8/+8
2017-02-16Change to push_back instead of insert.Romain Forlot1-3/+4
2017-02-16Add can_message_t constructor. Make the classRomain Forlot2-43/+44
2017-02-16Change CanMessage_c to can_message_t class nameRomain Forlot7-38/+38
2017-02-16Changing CanBus_c to can_bus_t class nameRomain Forlot6-49/+56
2017-02-16Adding canbus read methodRomain Forlot2-19/+69
2017-02-16Use initialisation list with CanBus_c constructorRomain Forlot2-50/+46
2017-02-16Fix: wrong binding extensionRomain Forlot1-2/+2
2017-02-15Externalized afb_event, no more in CanSignalRomain Forlot1-2/+0
2017-02-15Make public OBD2PIDRomain Forlot1-1/+2
2017-02-15Change way to iterate over found signalsRomain Forlot1-23/+93
2017-02-15Fixed subscribe/unsubscribe operations.Romain Forlot2-19/+52
2017-02-14Jsonification of VehicleMessage and push eventRomain Forlot1-3/+46
2017-02-14Decode a can message and construct a VehicleMessageRomain Forlot1-9/+10
2017-02-14Add VehicleMessage queue methodsRomain Forlot2-1/+26
2017-02-14Implement CanMessage_c method to navigate throughRomain Forlot3-19/+32
2017-02-14Implement GetSignals methodRomain Forlot1-9/+26
2017-02-14First raw write to decode CAN messagesRomain Forlot1-4/+40
2017-02-14Move sources into src directoryRomain Forlot21-0/+1762