summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-23Make binder_interface global variable rather thanRomain Forlot8-63/+54
2017-02-23Cleaning, improve commentsRomain Forlot4-57/+50
2017-02-22Header include spring cleaningRomain Forlot1-36/+15
2017-02-22make binder_interface globalJosé Bollo2-79/+52
2017-02-22Improve doxygen commentsRomain Forlot2-139/+175
2017-02-22Enhance error handling about can_message_t classRomain Forlot2-35/+145
2017-02-22Change way to convert simplemessage into a jsonRomain Forlot5-26/+100
2017-02-22No more warning about not defined functionsRomain Forlot16-41/+75
2017-02-22Resolve circular header files inclusionRomain Forlot6-7/+7
2017-02-22first draft to new subscribre unsubscibre methodRomain Forlot1-0/+113
2017-02-22Fix: decoder_t class decodeSignal method signatureRomain Forlot5-33/+37
2017-02-22All queue under can_bus_t class and reading threadRomain Forlot7-123/+121
2017-02-22Added separated header filesRomain Forlot3-0/+70
2017-02-22Fix: force to pass a ref at threads launchRomain Forlot10-52/+38
2017-02-21Fix: threads launching with wrong argumentsRomain Forlot2-10/+9
2017-02-21Multifixes: class and methods, typo, commentsRomain Forlot4-63/+78
2017-02-21Fixed can bus class (almost)Romain Forlot2-153/+156
2017-02-21Handle error in returning a vector by returningRomain Forlot2-18/+19
2017-02-21Clean up include statement...Romain Forlot7-45/+67
2017-02-21Some cleaning and commentsRomain Forlot4-55/+26
2017-02-21Cleaned up, a bit, include statement.Romain Forlot9-55/+43
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