aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Move member from obd2_signals_t class toRomain Forlot6-85/+53
2017-03-16Get decoding diagnostic request from decoding thread of can_bus_tRomain Forlot8-51/+224
2017-03-16Change the way to check signal type making prefix_Romain Forlot5-12/+14
2017-03-16Reordering class method.Romain Forlot1-17/+17
2017-03-16Adding instruction to use the binding.Romain Forlot1-5/+83
2017-03-16Fix: set to microsecond frequency check of diag requestRomain Forlot2-6/+3
2017-03-16fix: test for opened CAN socket.Romain Forlot1-5/+5
2017-03-16Keep subscription to signal simplier without doublingRomain Forlot1-45/+8
2017-03-16Default value about thread state set at false.Romain Forlot3-13/+4
2017-03-16Change configuration location into an etc directory.Romain Forlot2-3/+3
2017-03-16Fix: wrong location to make the increment because we useRomain Forlot1-1/+1
2017-03-16Fix CMakeLists file to get isotp correctly linked and addingRomain Forlot1-3/+3
2017-03-16Missing include header and code reordering and cleaning.Romain Forlot2-5/+5
2017-03-16Change method returned value. Needed with send_request()Romain Forlot2-10/+7
2017-03-16Implemente way to send diagnostic request when subscribed.Romain Forlot10-8/+167
2017-03-16Use of signals prefix to be able to distinguish type ofRomain Forlot2-5/+11
2017-03-16Make diagnostic manager initialization processus.Romain Forlot7-46/+58
2017-03-16Adding diagnostic_messages from diagnostic.json fileRomain Forlot1-1/+26
2017-03-16We doesn't modify member once getted, we can use const returnRomain Forlot5-13/+37
2017-03-16Manage prefix on CAN and OBD2 prefix. Searching signalsRomain Forlot7-50/+55
2017-03-16Remove uneeded define as it was already present in uds.hRomain Forlot2-5/+0
2017-03-16Instead of a global pointer, config is now a Singleton.Romain Forlot7-18/+20
2017-03-16Also initialize the id_ renamed address_ member. This memberRomain Forlot3-7/+6
2017-03-16Keep raw pointer for now as we have to move them around vector.Romain Forlot4-64/+81
2017-03-16fixed the build script when rebuild action is triggered.Loïc Collignon1-1/+1
2017-03-16Finalize the class active_diag... to get it compile.Romain Forlot4-36/+43
2017-03-16Change also where wgt file is since we build into a subdirectoryRomain Forlot1-2/+2
2017-03-16Adding requests to diagnostic manager implemented.Romain Forlot4-40/+313
2017-03-16Adding needed getter for diagnostic manager. UsefulRomain Forlot2-0/+7
2017-03-16Adding needed function to get some time handle on requestRomain Forlot2-5/+51
2017-03-16add a helper script to build, can be use by VS2017.Loïc Collignon1-0/+82
2017-03-16add VS2017 files to .gitignoreLoïc Collignon1-0/+5
2017-03-16Fix: include statement with wrong path.Romain Forlot13-37/+47
2017-03-16Added constructor to get vector initialized with defaultRomain Forlot4-36/+92
2017-03-16separation to a new file of can_message_set_tLoïc Collignon3-21/+84
2017-03-16Change FrequencyClock struct to class and rename it.Romain Forlot5-15/+25
2017-03-16fixed CMakeLists.txtLoïc Collignon2-5/+22
2017-03-16Fix: wrong tested variable for socket.Romain Forlot1-2/+3
2017-03-16C Header firstRomain Forlot1-1/+1
2017-03-16Add necessary to be able to initialize diagnostic manager shims.Romain Forlot4-9/+23
2017-03-16Reorder to fix warning at compilationRomain Forlot1-1/+1
2017-03-16Changing to a raw pointer can_bus_dev member and addRomain Forlot2-2/+7
2017-03-16Fix: wrong signature due to reference discarding "const".Romain Forlot2-23/+26
2017-03-16Fix: bugs in class due to the wrapping of C socketRomain Forlot2-7/+8
2017-03-16Fix: use of new objects and type conversion missing.Romain Forlot2-6/+6
2017-03-16FormatRomain Forlot1-27/+27
2017-03-16Added new cpp files.Romain Forlot1-3/+3
2017-03-16typoRomain Forlot1-1/+1
2017-03-16Fix: include path (where I think to fix them...)Romain Forlot4-13/+15
2017-03-16Fix: missed method declarationRomain Forlot1-1/+1