summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/can
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Fix: warning at compile time after migration to v2Romain Forlot1-1/+1
2017-06-09Migration to AFB Binding V2Romain Forlot3-17/+17
2017-06-09Comments, Cleanup, formatRomain Forlot7-49/+66
2017-06-07Cleanup include and prepare to switch binding v2Romain Forlot2-11/+0
2017-06-07Improve reliability on multi-threading.Romain Forlot2-51/+48
2017-06-07Fix: c++11 detected and not applied from configRomain Forlot1-1/+1
2017-06-07Separate low_can_subscription class from callbacksRomain Forlot1-1/+1
2017-06-02Let the thread to be managed outside the binding.Romain Forlot1-4/+2
2017-06-02Get diag manager's socket into subscription objRomain Forlot1-1/+5
2017-06-01Implement minimum and maximum subscription filtersRomain Forlot1-2/+6
2017-06-01Left over renaming variableRomain Forlot1-2/+1
2017-06-01Simplify processing eventRomain Forlot1-10/+10
2017-06-01Fix: get signal name no matter type of signal.Romain Forlot1-3/+3
2017-06-01Implement method to filter messages before pushingRomain Forlot2-36/+42
2017-06-01Retrieve signal last value and timestamp at once.Romain Forlot2-0/+7
2017-06-01Clearer call to methodRomain Forlot2-5/+5
2017-06-01Remove reverse find can_signal from can_messageRomain Forlot1-19/+18
2017-06-01CleaningRomain Forlot1-19/+0
2017-06-01Reworked subscription to integrate filtering.Romain Forlot6-77/+47
2017-06-01Renaming configuration to applicationRomain Forlot3-5/+5
2017-05-23Static code review fixes.Romain Forlot8-21/+21
2017-05-22Logical bus name mapped to device name using conf file.Romain Forlot3-1/+10
2017-05-19Using reference make std::move useless.Romain Forlot2-3/+3
2017-05-19Set parent from configuration_generated objects.Romain Forlot2-17/+2
2017-05-19Added timestamp to received CAN messagesRomain Forlot5-10/+32
2017-05-19Adjust method signature to be more efficient.Romain Forlot6-37/+26
2017-05-19Change method name to signify that it is an aggregate.Romain Forlot1-1/+1
2017-05-19Finish config parser retrieving device mapping.Romain Forlot2-4/+10
2017-05-19FormatRomain Forlot2-3/+2
2017-05-19Explicit move of objects vector at list initilizationRomain Forlot1-2/+2
2017-05-19Improve objects construction.Romain Forlot2-10/+10
2017-05-19Don't collide with application framework ERROR in some configuration.Romain Forlot2-7/+7
2017-05-19Include diagnostic_message_t into can_message_set.Romain Forlot6-9/+27
2017-05-19Make and use a single function to read incoming CAN messagesRomain Forlot2-11/+0
2017-05-19Be able to return index or can bus name.Romain Forlot1-2/+4
2017-05-19Remove can-bus-dev following RAW->BCM sockets migrationRomain Forlot5-352/+28
2017-05-19Use common timer method to get BCM timeval values.Romain Forlot1-5/+3
2017-05-19Use raw pointer to point on parent object.Romain Forlot5-10/+10
2017-05-19Remove unused and useless members.Romain Forlot2-20/+0
2017-05-19Message definition can return ref instead of value.Romain Forlot2-2/+2
2017-05-19Fix: vector throw length error exception.Romain Forlot1-3/+4
2017-05-19FormatRomain Forlot1-1/+0
2017-05-11Resolv include circular dependencies.Romain Forlot3-3/+2
2017-05-11Massive use of shared_ptr about signal and diag message. WIPRomain Forlot6-21/+21
2017-05-10Use a tree instead of separated object lists. WIPRomain Forlot8-28/+138
2017-05-10CleaningRomain Forlot1-6/+1
2017-05-10CAN message will not be modified once read.Romain Forlot3-3/+3
2017-05-10Don't trigger timeout monitoring on signal.Romain Forlot1-1/+1
2017-05-10Implement setting last_value at message definition level.Romain Forlot7-2/+20
2017-05-10Keeping RAW sockets for compatibilityRomain Forlot2-56/+1