summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/can
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-10Fix: Avoid returning negative value that's stop watch socketRomain Forlot2-4/+2
2017-05-05FormatRomain Forlot1-1/+1
2017-05-05Get back to device dedicated raw_socketRomain Forlot3-2/+15
2017-05-05Improve granularity of BCM socket using one by signalRomain Forlot6-49/+58
2017-05-05Improve log message.Romain Forlot1-3/+3
2017-05-05Separation between hat and callback binding partsRomain Forlot4-6/+4
2017-05-04Follow the moving binding and configuration files.Romain Forlot6-6/+6
2017-05-03typoRomain Forlot1-4/+4
2017-05-03Keeping raw socket until diagnostic_manager is fully migratedRomain Forlot2-2/+10
2017-04-29Fix: wrong include relative path.Romain Forlot1-1/+1