Age | Commit message (Expand) | Author | Files | Lines |
2017-03-16 | Introducing active-diagnostic-message that will be hold | Romain Forlot | 1 | -0/+82 |
2017-03-16 | Fix: typo, and dirty fix to get compiled ftm. | Romain Forlot | 3 | -10/+13 |
2017-03-16 | Introducing diagnostic manager class. | Romain Forlot | 6 | -21/+133 |
2017-03-16 | Make an extern get_signal_id() function plug to get_pid() | Romain Forlot | 2 | -3/+15 |
2017-03-16 | Fix: wrong function signature and get out from class | Romain Forlot | 3 | -4/+3 |
2017-03-16 | Include file changes, typo and renaming operation. | Romain Forlot | 10 | -40/+32 |
2017-03-16 | Fix: typo | Romain Forlot | 1 | -1/+1 |
2017-03-16 | Finalize new directories organization. | Romain Forlot | 7 | -21/+24 |
2017-03-16 | Beginning of work on obd2 object and | Romain Forlot | 18 | -91/+96 |
2017-03-16 | Raw import openXC function to detect obd2 response. | Romain Forlot | 2 | -4/+46 |
2017-03-06 | Comment pass to cpp file instead of hpp | Romain Forlot | 4 | -286/+245 |
2017-03-06 | Sort and comment the code | Romain Forlot | 4 | -47/+77 |
2017-03-06 | Fix: clear pointer vector before fill it. | Romain Forlot | 1 | -46/+40 |
2017-03-06 | Include new signals.xpp files to the compilation | Romain Forlot | 1 | -1/+1 |
2017-03-06 | Change way to find signals to make it a little bit more generic. | Romain Forlot | 9 | -196/+293 |
2017-03-03 | change all genericName to generic_name. Now all | Romain Forlot | 6 | -39/+38 |
2017-03-03 | Change TARGET variable name and remove CMakeTools | Romain Forlot | 1 | -6/+3 |
2017-03-03 | tbf | Romain Forlot | 3 | -2/+3 |
2017-03-02 | Clean up uneeded members and functions | Romain Forlot | 2 | -12/+0 |
2017-03-02 | Fix: unsynchronization between queues. | Romain Forlot | 3 | -36/+40 |
2017-03-02 | Fix: no json data for subcribed events | Romain Forlot | 1 | -1/+0 |
2017-03-02 | Fix: Make sure can_message_t.data_ member has been | Romain Forlot | 1 | -0/+1 |
2017-03-02 | Debugging message cook | Romain Forlot | 2 | -9/+9 |
2017-03-02 | Adding DEBUG messages to track error on STL container | Romain Forlot | 1 | -8/+17 |
2017-03-02 | Fix: Wrong set up of vector. | Romain Forlot | 1 | -2/+8 |
2017-03-02 | Reserve new space to data_ can_message_t member only if the | Romain Forlot | 1 | -1/+2 |
2017-03-02 | Fix: multiple subscription and maintain subscribed_signals coherence | Romain Forlot | 4 | -46/+69 |
2017-03-02 | Initialize all boolean value of DynamicField. Avoiding mistake. | Romain Forlot | 1 | -0/+6 |
2017-03-02 | Clean and imrove log messages. | Romain Forlot | 2 | -6/+3 |
2017-03-02 | Tests with CmakeTools extension for VSCode. Can install on target | Romain Forlot | 1 | -3/+15 |
2017-03-01 | Change id to an hexadecimal value. | Romain Forlot | 1 | -5/+2 |
2017-03-01 | Fix: subscription and improve code readabilty | Romain Forlot | 1 | -16/+12 |
2017-03-01 | New way to return canfd_frame with now number of read bytes. | Romain Forlot | 4 | -24/+23 |
2017-03-01 | Fix: wrong format to display can_message_t information | Romain Forlot | 1 | -1/+1 |
2017-03-01 | Merge branch 'master' of github.com:iotbzh/CAN_signaling | Romain Forlot | 2 | -6/+12 |
2017-03-01 | Wrong call to thread.join cause deadlock and thread termination. | Romain Forlot | 1 | -3/+0 |
2017-03-01 | Fix: miss 'if' brackets to get incomplete CAN frames correctly | Romain Forlot | 2 | -7/+8 |
2017-03-01 | Updated the README.md to clarify the use of git submodule. | Loïc Collignon | 1 | -1/+7 |
2017-03-01 | Changed submodules URL to use https instead of ssh. | Loïc Collignon | 1 | -5/+5 |
2017-03-01 | Change data_ member of can_message_t object | Romain Forlot | 2 | -8/+11 |
2017-03-01 | Fix: improve can_message read | Romain Forlot | 4 | -51/+143 |
2017-03-01 | Delete for good obsolete code | Romain Forlot | 4 | -696/+2 |
2017-03-01 | tbf | Romain Forlot | 2 | -27/+21 |
2017-02-28 | Implement a new method returning the can device | Romain Forlot | 2 | -31/+18 |
2017-02-28 | Fix: can bus object life is now expanded and don't | Romain Forlot | 3 | -31/+36 |
2017-02-28 | Fix: wrong argument passed to start_reading(). | Romain Forlot | 1 | -1/+1 |
2017-02-28 | Added debugging messages. | Romain Forlot | 1 | -3/+8 |
2017-02-28 | Make the thread function members of can_bus_t and can_bus_dev_t objects. | Romain Forlot | 9 | -294/+171 |
2017-02-28 | Re-arranging objects splitting all objects over | Romain Forlot | 14 | -764/+833 |
2017-02-28 | Fix: start reading the can bus if it was correctly | Romain Forlot | 2 | -174/+4 |