summaryrefslogtreecommitdiffstats
path: root/src/can
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Fix: Avoid segfault if diagnostic bus isn't correctly set.Romain Forlot1-0/+3
2017-03-17Comments fixes, typo and formating.Romain Forlot9-412/+397
2017-03-16Fix: decoded name will be prefixed as at subscription.Romain Forlot1-1/+1
2017-03-16Include cleaningRomain Forlot6-7/+7
2017-03-16Adding missing doxygen comments.Romain Forlot2-6/+38
2017-03-16Use index number between objects to set their links.Romain Forlot4-22/+69
2017-03-16Fix commentsRomain Forlot1-2/+1
2017-03-16Follow rename operation in CMakeLists.txtRomain Forlot3-3/+3
2017-03-16Small fixesRomain Forlot1-1/+0
2017-03-16Finalization of decoding part of diagnostic messages.Romain Forlot2-31/+10
2017-03-16Make available decoding OBD2 messages method to be use as callback.Romain Forlot2-0/+22
2017-03-16Simplification of checking Diagnostic response.Romain Forlot1-1/+1
2017-03-16Improve memory allocation about Signal states.Romain Forlot3-10/+10
2017-03-16Revert accessing CAN device with a map indexing on dev nameRomain Forlot5-16/+36
2017-03-16Search signals against name not generic_name. It's madeRomain Forlot1-1/+1
2017-03-16Improve Doxygen comments and formating.Romain Forlot8-173/+189
2017-03-16Improve: DEBUG messages.Romain Forlot1-1/+1
2017-03-16Make decoder systematic use of openxc-utils to buildRomain Forlot1-12/+5
2017-03-16Implement signals states decoder and change mapRomain Forlot4-23/+26
2017-03-16Search into generic_name as well as name + prefix, butRomain Forlot1-1/+1
2017-03-16Adding/Fix classes constructors to make them correspondRomain Forlot2-0/+13
2017-03-16Separation of classes in the same file.Romain Forlot4-64/+86
2017-03-16Move member from obd2_signals_t class toRomain Forlot1-1/+1
2017-03-16Get decoding diagnostic request from decoding thread of can_bus_tRomain Forlot4-31/+101
2017-03-16Change the way to check signal type making prefix_Romain Forlot2-1/+3
2017-03-16Fix: set to microsecond frequency check of diag requestRomain Forlot1-5/+0
2017-03-16fix: test for opened CAN socket.Romain Forlot1-5/+5
2017-03-16Default value about thread state set at false.Romain Forlot3-13/+4
2017-03-16Fix: wrong location to make the increment because we useRomain Forlot1-1/+1
2017-03-16Make diagnostic manager initialization processus.Romain Forlot2-8/+8
2017-03-16We doesn't modify member once getted, we can use const returnRomain Forlot2-4/+10
2017-03-16Manage prefix on CAN and OBD2 prefix. Searching signalsRomain Forlot3-2/+16
2017-03-16Instead of a global pointer, config is now a Singleton.Romain Forlot1-2/+2
2017-03-16Also initialize the id_ renamed address_ member. This memberRomain Forlot3-7/+6
2017-03-16Adding needed getter for diagnostic manager. UsefulRomain Forlot2-0/+7
2017-03-16Fix: include statement with wrong path.Romain Forlot5-14/+14
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 Forlot3-4/+4
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 Forlot2-6/+6
2017-03-16Fix: bugs in class due to the wrapping of C socketRomain Forlot2-7/+8
2017-03-16typoRomain Forlot1-1/+1
2017-03-16Fix: include path (where I think to fix them...)Romain Forlot1-6/+7
2017-03-16Move some functions to configuration class.Romain Forlot2-25/+0
2017-03-16Create getter/setter needed for can_signal_t class.Romain Forlot3-12/+117
2017-03-16Fix: used new created classes.Romain Forlot1-1/+1
2017-03-16Added a static method to get used by Diagnostic managerRomain Forlot2-0/+32
2017-03-16Fix: wrong socket variable called.Romain Forlot1-1/+1
2017-03-16Typo and formating.Romain Forlot4-14/+13