summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Forlot22-10/+10
2017-02-14Update submodules uds-cRomain Forlot1-1/+0
2017-02-14Add .gitignoreRomain Forlot1-0/+2
2017-02-14Added JSON conf file read and initialize CanBusRomain Forlot2-3/+19
2017-02-14Cleanup and add reading JSON conf file to defineBuilder2-42/+22
2017-02-13Added needed functions for basics decode needs.Romain Forlot4-23/+256
2017-02-13New threads management, only one argument needed.Romain Forlot5-268/+290
2017-02-13Beginning of Obd2 handling with a handle objectRomain Forlot3-106/+139
2017-02-13Added bitfield-c libraryRomain Forlot4-0/+60
2017-02-13modified uds-c libs pathRomain Forlot1-1/+1
2017-02-13Fix wrong arguments typeRomain Forlot6-37/+32
2017-02-13Change uds-c library locationRomain Forlot1-0/+10
2017-02-13Adding uds-c library to handle obs2 diagnosticRomain Forlot3-25/+98
2017-02-13Improve reading and now process CanMessage classRomain Forlot5-99/+217
2017-02-13Dumb struct to class conversionRomain Forlot2-19/+80
2017-02-13Initialize CanBus_HandlerRomain Forlot1-1/+18
2017-02-13moved files to obsolete dir, again...Romain Forlot2-714/+0
2017-02-13move to obsolete dir old codeRomain Forlot3-4/+718
2017-02-09Add obd2 prefix to signals name to be able toRomain Forlot1-19/+19
2017-02-09Re-implementation in C++ and separate threads toRomain Forlot5-0/+443
2017-02-09Add CXX flagsRomain Forlot1-0/+5
2017-02-09Added simple openxc cpp generated codeRomain Forlot3-0/+289
2017-02-02CPP conversion beganRomain Forlot3-85/+65
2017-02-02Adding header files to get implemented !Romain Forlot4-0/+445
2017-01-31Change subscription/unsubcription logicRomain Forlot3-113/+179
2017-01-30some can sample from a recent Ford Focus, using the OBDII connectorLoïc Collignon24-0/+181350
2017-01-30Code restructurationRomain Forlot2-124/+114
2017-01-30Change unsubscribe behavior to unsubscribe all event of a given idRomain Forlot1-22/+30