summaryrefslogtreecommitdiffstats
path: root/low-can-binding
AgeCommit message (Expand)AuthorFilesLines
2019-11-20Add steering wheel LIN message signal definitionsicefish_8.99.1icefish/8.99.18.99.1Scott Murray1-995/+248
2019-09-09Update documentationArthur Guyader1-1/+1
2019-08-30Remove file socketcan-j1939 that was not removed beforeArthur Guyader4-197/+128
2019-08-30Remove in function convert_from_addr, the variable flags was not usedArthur Guyader1-1/+0
2019-08-30Remove in function rx_filter_can, the variable val was not usedArthur Guyader1-1/+0
2019-08-30Add new decoders bytes for signal of long sizeArthur Guyader4-1/+146
2019-08-30Change signature of decodersArthur Guyader3-53/+54
2019-08-30Add some typedef to reduce the size of the linesArthur Guyader14-51/+61
2019-08-30Change vector to list to allow to remove signal.Arthur Guyader2-12/+29
2019-08-30Update bit position and bit size in signalArthur Guyader2-14/+15
2019-08-30Add feature ISO TP (multi frames and peer to peer)Arthur Guyader16-53/+667
2019-08-30Replace all enum types with masksArthur Guyader16-172/+143
2019-08-30Update function tx_send for multi frame previsionArthur Guyader1-7/+30
2019-08-30Only defined signals can be writtenArthur Guyader1-26/+59
2019-08-30Update function rx_filter_can for multi frame prevision.Arthur Guyader2-12/+46
2019-08-30Change function get_bcm_msg to return a reference.Arthur Guyader2-2/+2
2019-08-30Move attributes flags and maxdlenArthur Guyader5-22/+41
2019-08-30Add function remove last bcm frameArthur Guyader2-0/+12
2019-08-30Add many frames in a subscription in the function tx_send.Arthur Guyader1-3/+6
2019-08-29Add function to convert vector to canfd or can frame.Arthur Guyader2-1/+64
2019-08-29Add function get_data_vector with indexArthur Guyader2-0/+35
2019-08-29Update function to encode and decode messageArthur Guyader4-91/+165
2019-08-29Update j1939 decode with function to_hexArthur Guyader1-19/+2
2019-08-29Add file converter to manage all conversionsArthur Guyader3-0/+86
2019-08-29Uniform indentation with tabulationArthur Guyader12-450/+448
2019-08-13Fix: only one subscription could be madeRomain Forlot2-4/+8
2019-08-12Integrate the J1939 features : address claiming and write.Arthur Guyader17-112/+1192
2019-08-12Add feature to build messages and fix some functionsArthur Guyader22-133/+524
2019-08-12Update examples and can_samplesArthur Guyader1-48/+1017
2019-07-03signals.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.3Romain Forlot2-1/+11
2019-06-27Fix spellinghalibut_7.99.2halibut/7.99.27.99.2Sebastien Douheret1-1/+1
2019-06-27Minor improvementsRomain Forlot9-20/+14
2019-06-27Updating application-generated.cpp.Romain Forlot1-514/+396
2019-06-26Small fixes (include and pointer)Romain Forlot3-3/+5
2019-06-26Modify function to open socket j1939Romain Forlot2-21/+59
2019-06-26Add the possibility to subscribe an id or a pgnArthur Guyader3-22/+106
2019-06-26Rename some of the classes removing can- prefixRomain Forlot31-299/+394
2019-06-26New constructor j1939 message definitionRomain Forlot2-0/+33
2019-06-26Change can_message_t class usage for new j1939Romain Forlot27-231/+654
2019-06-26Add CMake option to compile with J1939Romain Forlot1-1/+10
2019-06-26Use subscription's sockets as shared_ptrRomain Forlot3-20/+24
2019-06-26Use shared_ptr to set message_set parentRomain Forlot3-5/+5
2019-06-26Implement a new socket type CAN for j1939 protocolArthur Guyader10-55/+305
2019-06-19Modify to receive signal with bigger value than the number of statesHiroki Koga1-1/+1
2019-05-17Fix: double free issuehalibut_7.99.1halibut/7.99.17.99.1Romain Forlot1-2/+0
2019-02-06Add fake can data for dashboardzheng_wenlong1-0/+156
2018-12-14Smalls improvementsRomain Forlot5-8/+21
2018-12-14Simpler handling of binding subscriptionsRomain Forlot8-494/+474
2018-12-14Cleaning the code for now unused functionsRomain Forlot12-176/+23
2018-12-14CAN FD implementationRomain Forlot13-233/+187