summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/utils
AgeCommit message (Expand)AuthorFilesLines
2017-05-19Fix: compile conversion warningRomain Forlot1-1/+1
2017-05-19Better suited method.Romain Forlot2-2/+2
2017-05-19Fix: wrong calculation doesn't match method name.Romain Forlot1-2/+2
2017-05-19Make sure that frequency is at a valid value (>0)Romain Forlot1-1/+4
2017-05-19New function used to set timer in bcm_head msg.Romain Forlot2-0/+14
2017-05-19There is no more need having pointer on socket deviceRomain Forlot1-1/+4
2017-05-19Fix: wrong arguments signature. Deleted by mistake...Romain Forlot1-2/+2
2017-05-19FormatRomain Forlot1-1/+0
2017-05-11Massive use of shared_ptr about signal and diag message. WIPRomain Forlot1-14/+14
2017-05-10Fix: circular include for socket classes.Romain Forlot3-1/+2
2017-05-10Make non blocking BCM socket.Romain Forlot1-0/+3
2017-05-10Move reading input stream to specialized socket class.Romain Forlot6-26/+49
2017-05-05Avoid returning infinity value.Romain Forlot1-1/+1
2017-05-05Don't destroy socket by default as they will always be open.Romain Forlot6-33/+9
2017-05-05Improve log message.Romain Forlot1-1/+1
2017-05-05Separation between hat and callback binding partsRomain Forlot3-3/+3
2017-05-04Follow the moving binding and configuration files.Romain Forlot4-5/+5
2017-05-03Fix: constructor and include file missing.Romain Forlot6-38/+24
2017-05-03Derivate socketcan to multiple child depending upon socket CAN type.Romain Forlot6-54/+237
2017-05-03Use the private method instead of direct C syscall.Romain Forlot1-1/+1
2017-05-02Fix: wrong include local header pathRomain Forlot1-1/+1
2017-04-27clean left include file after modification that isn't needed anymoreRomain Forlot1-1/+0
2017-04-27Fix: write bcm message to socket.Romain Forlot2-22/+17
2017-04-27Finish to read stream and fill the destination object.Romain Forlot1-4/+5
2017-04-27Fix: Reading doesn't update receiving object valuesRomain Forlot2-2/+2
2017-04-27Make template from similar writing stream operations.Romain Forlot2-28/+6
2017-04-27Renaming confusing member "address_" to "index_"Romain Forlot1-1/+1
2017-04-25Implement reading stream for socketcan_tRomain Forlot2-2/+27
2017-04-24Rename and handling write on socket using stream instead of specific methodRomain Forlot2-15/+76
2017-04-24Fix: Avoid returning 2 results for 1 signal.Romain Forlot1-1/+1
2017-04-22Use BCM socket as default cleaning up the old RAW socket code.Romain Forlot2-17/+5
2017-04-22Fix: opening bcm socket still trying to bind as a RAW socket.Romain Forlot1-3/+6
2017-04-22Improve logging messagesRomain Forlot3-8/+11
2017-04-21Move all signals search functions into new signals_manager_t objectRomain Forlot2-101/+90
2017-04-20Specializing socket class to CAN socket operations.Romain Forlot2-20/+90
2017-04-19Added missing default constructor.Romain Forlot1-0/+2
2017-04-19Cleaning includeRomain Forlot1-5/+0
2017-04-19FormatingRomain Forlot1-2/+1
2017-04-19Change INI file parser library.Romain Forlot2-26/+10
2017-04-18Use a system INI configuration file to get devices mappingRomain Forlot2-53/+48
2017-04-14Change directory architecture to use 2 separated projects.Romain Forlot10-0/+907