summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/utils/socketcan.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Separation Generator to a dedicated repoRomain Forlot1-97/+0
2017-06-01Close socket by default when destroying objectRomain Forlot1-1/+4
2017-06-01Initializing all struct by default to avoid errorsRomain Forlot1-1/+3
2017-06-01Remake socketcan only movableRomain Forlot1-8/+1
2017-05-24Be able to copy active diagnostic request objects with their socketRomain Forlot1-0/+6
2017-05-10Move reading input stream to specialized socket class.Romain Forlot1-24/+0
2017-05-05Don't destroy socket by default as they will always be open.Romain Forlot1-5/+6
2017-05-03Fix: constructor and include file missing.Romain Forlot1-14/+0
2017-05-03Derivate socketcan to multiple child depending upon socket CAN type.Romain Forlot1-33/+0
2017-05-03Use the private method instead of direct C syscall.Romain 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 Forlot1-14/+0
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 Forlot1-1/+1
2017-04-27Make template from similar writing stream operations.Romain Forlot1-23/+2
2017-04-25Implement reading stream for socketcan_tRomain Forlot1-0/+22
2017-04-24Rename and handling write on socket using stream instead of specific methodRomain Forlot1-0/+176