summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-20Add steering wheel LIN message signal definitionsicefish_8.99.1icefish/8.99.18.99.1Scott Murray3-1036/+856
2019-09-10refactor(config.xml.in):Replace required api with required bindingnextLi Xiaoming1-1/+1
2019-09-09Update documentationArthur Guyader1-1/+1
2019-08-30Remove file socketcan-j1939 that was not removed beforeArthur Guyader7-200/+191
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 Guyader5-2/+153
2019-08-30Change signature of decodersArthur Guyader11-53/+62
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 Guyader19-54/+939
2019-08-30Replace all enum types with masksArthur Guyader20-354/+1315
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-12Update documentation.Arthur Guyader2-26/+31
2019-08-12Add tests for J1939 features.Arthur Guyader6-3/+179
2019-08-12Integrate the J1939 features : address claiming and write.Arthur Guyader18-112/+1195
2019-08-12Add feature to build messages and fix some functionsArthur Guyader22-133/+524
2019-08-12Update examples and can_samplesArthur Guyader15-328/+3398
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 Forlot3-4/+15
2019-06-27Fix spellinghalibut_7.99.2halibut/7.99.27.99.2Sebastien Douheret1-1/+1
2019-06-27Fix invalid markdown filename in documentationSebastien Douheret1-1/+1
2019-06-27Minor improvementsRomain Forlot9-20/+14
2019-06-27Add J1939 frame example.Arthur Guyader1-0/+13011
2019-06-27Update the documentation for J1939.Arthur Guyader3-2/+124
2019-06-27Updating application-generated.cpp.Romain Forlot10-1458/+2787
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 Forlot2-1/+25
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