summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/can/can-bus.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Separation Generator to a dedicated repoRomain Forlot1-337/+0
2017-06-09Fix: warning at compile time after migration to v2Romain Forlot1-1/+1
2017-06-09Migration to AFB Binding V2Romain Forlot1-5/+5
2017-06-09Comments, Cleanup, formatRomain Forlot1-6/+16
2017-06-07Cleanup include and prepare to switch binding v2Romain Forlot1-5/+0
2017-06-07Improve reliability on multi-threading.Romain Forlot1-48/+45
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 Forlot1-34/+38
2017-06-01Clearer call to methodRomain Forlot1-4/+4
2017-06-01Remove reverse find can_signal from can_messageRomain Forlot1-19/+18
2017-06-01Reworked subscription to integrate filtering.Romain Forlot1-21/+19
2017-06-01Renaming configuration to applicationRomain Forlot1-2/+2
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 Forlot1-2/+8
2017-05-19Include diagnostic_message_t into can_message_set.Romain Forlot1-1/+1
2017-05-19Remove can-bus-dev following RAW->BCM sockets migrationRomain Forlot1-60/+28
2017-05-10CleaningRomain Forlot1-6/+1
2017-05-10Keeping RAW sockets for compatibilityRomain Forlot1-52/+1
2017-05-05FormatRomain Forlot1-1/+1
2017-05-05Improve granularity of BCM socket using one by signalRomain Forlot1-9/+0
2017-05-04Follow the moving binding and configuration files.Romain Forlot1-1/+1
2017-04-27Fix: Add notifying decoding thread if there is new messages.Romain Forlot1-1/+3
2017-04-27Check last value before send the event, if no change no event.Romain Forlot1-5/+9
2017-04-27Reworked reading CAN devices from BCM socket.Romain Forlot1-1/+50
2017-04-27Typo, rename, formatRomain Forlot1-5/+6
2017-04-24Create a received job for BCM Socket to handle filtering.Romain Forlot1-0/+9
2017-04-22Use BCM socket as default cleaning up the old RAW socket code.Romain Forlot1-1/+1
2017-04-22Improve logging messagesRomain Forlot1-9/+9
2017-04-21Move all signals search functions into new signals_manager_t objectRomain Forlot1-11/+16
2017-04-20Separate socket configuration and openingRomain Forlot1-0/+1
2017-04-20Use same function to open BCM and RAW CAN socketsRomain Forlot1-1/+1
2017-04-20Specializing socket class to CAN socket operations.Romain Forlot1-1/+1
2017-04-19Cleaning includeRomain Forlot1-3/+0
2017-04-18Use a system INI configuration file to get devices mappingRomain Forlot1-73/+27
2017-04-14Change directory architecture to use 2 separated projects.Romain Forlot1-0/+398