aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-27In class mutex and condition variable except for subscribed_signals mapRomain Forlot11-41/+59
2017-02-27Removed static libraries deployed by mistakeRomain Forlot1-4/+0
2017-02-27Changed the decoding functionRomain Forlot4-43/+80
2017-02-27Change content target and use a testingRomain Forlot2-1/+4
2017-02-27Build and link statically external librariesRomain Forlot1-13/+36
2017-02-24Improve mutex lock logic.Romain Forlot9-52/+101
2017-02-24Remove socket read management by systemd eventRomain Forlot6-83/+62
2017-02-24Improve subscription/unsubscription operation.Romain Forlot1-32/+44
2017-02-24Fix: wrong if...else atomic expressionRomain Forlot1-1/+4
2017-02-24Add commentRomain Forlot1-0/+3
2017-02-24Fix mutex about can_frame. Wrong location aboutRomain Forlot2-5/+8
2017-02-23First draft about lock/wait thread management.Romain Forlot12-204/+343
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-20Added JSON conf file exampleRomain Forlot1-0/+7
2017-02-20Addind missing libraryRomain Forlot2-0/+10
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