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