aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-06Update signals.json and generated files.Romain Forlot2-42/+77
2017-06-06Update generator at latest low level bindingRomain Forlot2-12/+31
2017-06-06Remove demo UI from the projectRomain Forlot27-2188/+0
2017-06-02Let the thread to be managed outside the binding.Romain Forlot1-4/+2
2017-06-02C++ coding styleRomain Forlot2-2/+2
2017-06-02Remove pointer generator that make memory leaks.Romain Forlot6-29/+10
2017-06-02Get diag manager's socket into subscription objRomain Forlot7-198/+240
2017-06-02Update submodule.Romain Forlot1-0/+0
2017-06-02Fix: Handle several subscriptions to a signalRomain Forlot1-26/+46
2017-06-02Adding accessor to diagnostic msg shared ptr.Romain Forlot2-0/+6
2017-06-02Change way to validate a subscription objectRomain Forlot1-1/+1
2017-06-01Fix warning compileRomain Forlot1-3/+6
2017-06-01Implement minimum and maximum subscription filtersRomain Forlot1-2/+6
2017-06-01Better handling of duplicate non recurring requestRomain Forlot1-1/+2
2017-06-01Methods to ease access to DynamicField membersRomain Forlot2-0/+23
2017-06-01Close socket by default when destroying objectRomain Forlot1-1/+4
2017-06-01Delete pointer and content, possible memory leakRomain Forlot1-0/+5
2017-06-01Initializing all struct by default to avoid errorsRomain Forlot1-1/+3
2017-06-01FormatRomain Forlot1-0/+1
2017-06-01Left over renaming variableRomain Forlot3-8/+7
2017-06-01Fix: Frequency filter doesn't apply on diagnosticRomain Forlot2-6/+6
2017-06-01CleaningRomain Forlot1-13/+10
2017-06-01Use UDS PID has key to record subscriptionsRomain Forlot2-2/+9
2017-06-01Simplify processing eventRomain Forlot5-23/+36
2017-06-01FormatRomain Forlot1-1/+0
2017-06-01Fix: segfault subscribing diagnostic messagesRomain Forlot2-7/+7
2017-06-01Fix: get signal name no matter type of signal.Romain Forlot3-14/+19
2017-06-01Using isnan to define frequency.Romain Forlot1-1/+1
2017-06-01Missing pragma once...Romain Forlot1-0/+2
2017-06-01Implement method to filter messages before pushingRomain Forlot2-36/+42
2017-06-01Split function to call 1 function by signal types.Romain Forlot1-19/+31
2017-06-01Rename method to have same everywhereRomain Forlot2-3/+3
2017-06-01Fix diagnostic message subscription.Romain Forlot2-2/+11
2017-06-01Adding windows CAN signals.Romain Forlot1-1/+77
2017-06-01YouCompleteMe extra configuration file for IDERomain Forlot1-0/+12
2017-06-01Use default signal frequency if no filter providedRomain Forlot1-1/+4
2017-06-01Retrieve signal last value and timestamp at once.Romain Forlot4-0/+13
2017-06-01Fix: Don't processing filter argumentRomain Forlot1-5/+5
2017-06-01Consider using char* as well as string.Romain Forlot2-1/+25
2017-06-01Clearer call to methodRomain Forlot2-5/+5
2017-06-01Remove reverse find can_signal from can_messageRomain Forlot1-19/+18
2017-06-01Use ptr to can_signal instead of copying some membersRomain Forlot2-91/+28
2017-06-01Missing var declarationRomain Forlot1-1/+1
2017-06-01Fix: use of isnan() from std libRomain Forlot1-1/+1
2017-06-01manage unset values with NANJosé Bollo2-7/+4
2017-06-01optimise flowJosé Bollo1-56/+31
2017-06-01Update submodule to latest versionRomain Forlot1-0/+0
2017-06-01CleaningRomain Forlot1-19/+0
2017-06-01Reworked subscription to integrate filtering.Romain Forlot13-154/+398
2017-06-01Return const structures.Romain Forlot2-15/+37