Age | Commit message (Expand) | Author | Files | Lines |
2019-09-09 | Update documentation |  Arthur Guyader | 1 | -1/+1 |
2019-08-30 | Remove file socketcan-j1939 that was not removed before |  Arthur Guyader | 4 | -197/+128 |
2019-08-30 | Remove in function convert_from_addr, the variable flags was not used |  Arthur Guyader | 1 | -1/+0 |
2019-08-30 | Remove in function rx_filter_can, the variable val was not used |  Arthur Guyader | 1 | -1/+0 |
2019-08-30 | Add new decoders bytes for signal of long size |  Arthur Guyader | 4 | -1/+146 |
2019-08-30 | Change signature of decoders |  Arthur Guyader | 3 | -53/+54 |
2019-08-30 | Add some typedef to reduce the size of the lines |  Arthur Guyader | 14 | -51/+61 |
2019-08-30 | Change vector to list to allow to remove signal. |  Arthur Guyader | 2 | -12/+29 |
2019-08-30 | Update bit position and bit size in signal |  Arthur Guyader | 2 | -14/+15 |
2019-08-30 | Add feature ISO TP (multi frames and peer to peer) |  Arthur Guyader | 16 | -53/+667 |
2019-08-30 | Replace all enum types with masks |  Arthur Guyader | 16 | -172/+143 |
2019-08-30 | Update function tx_send for multi frame prevision |  Arthur Guyader | 1 | -7/+30 |
2019-08-30 | Only defined signals can be written |  Arthur Guyader | 1 | -26/+59 |
2019-08-30 | Update function rx_filter_can for multi frame prevision. |  Arthur Guyader | 2 | -12/+46 |
2019-08-30 | Change function get_bcm_msg to return a reference. |  Arthur Guyader | 2 | -2/+2 |
2019-08-30 | Move attributes flags and maxdlen |  Arthur Guyader | 5 | -22/+41 |
2019-08-30 | Add function remove last bcm frame |  Arthur Guyader | 2 | -0/+12 |
2019-08-30 | Add many frames in a subscription in the function tx_send. |  Arthur Guyader | 1 | -3/+6 |
2019-08-29 | Add function to convert vector to canfd or can frame. |  Arthur Guyader | 2 | -1/+64 |
2019-08-29 | Add function get_data_vector with index |  Arthur Guyader | 2 | -0/+35 |
2019-08-29 | Update function to encode and decode message |  Arthur Guyader | 4 | -91/+165 |
2019-08-29 | Update j1939 decode with function to_hex |  Arthur Guyader | 1 | -19/+2 |
2019-08-29 | Add file converter to manage all conversions |  Arthur Guyader | 3 | -0/+86 |
2019-08-29 | Uniform indentation with tabulation |  Arthur Guyader | 12 | -450/+448 |
2019-08-13 | Fix: only one subscription could be made |  Romain Forlot | 2 | -4/+8 |
2019-08-12 | Integrate the J1939 features : address claiming and write. |  Arthur Guyader | 17 | -112/+1192 |
2019-08-12 | Add feature to build messages and fix some functions |  Arthur Guyader | 22 | -133/+524 |
2019-08-12 | Update examples and can_samples |  Arthur Guyader | 1 | -48/+1017 |
2019-07-03 | signals.cpp: Make an insensitive string comparisonhalibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.38.0.28.0.18.0.07.99.3 |  Romain Forlot | 2 | -1/+11 |
2019-06-27 | Fix spellinghalibut_7.99.2halibut/7.99.27.99.2 |  Sebastien Douheret | 1 | -1/+1 |
2019-06-27 | Minor improvements |  Romain Forlot | 9 | -20/+14 |
2019-06-27 | Updating application-generated.cpp. |  Romain Forlot | 1 | -514/+396 |
2019-06-26 | Small fixes (include and pointer) |  Romain Forlot | 3 | -3/+5 |
2019-06-26 | Modify function to open socket j1939 |  Romain Forlot | 2 | -21/+59 |
2019-06-26 | Add the possibility to subscribe an id or a pgn |  Arthur Guyader | 3 | -22/+106 |
2019-06-26 | Rename some of the classes removing can- prefix |  Romain Forlot | 31 | -299/+394 |
2019-06-26 | New constructor j1939 message definition |  Romain Forlot | 2 | -0/+33 |
2019-06-26 | Change can_message_t class usage for new j1939 |  Romain Forlot | 27 | -231/+654 |
2019-06-26 | Add CMake option to compile with J1939 |  Romain Forlot | 1 | -1/+10 |
2019-06-26 | Use subscription's sockets as shared_ptr |  Romain Forlot | 3 | -20/+24 |
2019-06-26 | Use shared_ptr to set message_set parent |  Romain Forlot | 3 | -5/+5 |
2019-06-26 | Implement a new socket type CAN for j1939 protocol |  Arthur Guyader | 10 | -55/+305 |
2019-06-19 | Modify to receive signal with bigger value than the number of states |  Hiroki Koga | 1 | -1/+1 |
2019-05-17 | Fix: double free issuehalibut_7.99.1halibut/7.99.17.99.1 |  Romain Forlot | 1 | -2/+0 |
2019-02-06 | Add fake can data for dashboard |  zheng_wenlong | 1 | -0/+156 |
2018-12-14 | Smalls improvements |  Romain Forlot | 5 | -8/+21 |
2018-12-14 | Simpler handling of binding subscriptions |  Romain Forlot | 8 | -494/+474 |
2018-12-14 | Cleaning the code for now unused functions |  Romain Forlot | 12 | -176/+23 |
2018-12-14 | CAN FD implementation |  Romain Forlot | 13 | -233/+187 |
2018-11-22 | Rework writing CAN message on CAN buses. |  Romain Forlot | 1 | -79/+64 |