summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-09docs: update script paths in README.mdhalibut_8.0.5halibut/8.0.58.0.5Matt Ranostay1-2/+2
2019-12-03Fix filter bitmask generationhalibut_8.0.4halibut/8.0.48.0.4Scott Murray1-1/+1
2019-12-03Change example message 0x3D9 back to non-FDScott Murray3-3/+3
2019-12-03Update steering wheel LIN message definitionScott Murray3-2/+6
2019-11-28Add steering wheel LIN message signal definitionsRomain Forlot3-1036/+856
2019-11-28refactor(config.xml.in):Replace required api with required bindingRomain Forlot1-1/+1
2019-11-28Update documentationRomain Forlot1-1/+1
2019-11-28Remove file socketcan-j1939 that was not removed beforeRomain Forlot7-200/+191
2019-11-28Remove in function convert_from_addr, the variable flags was not usedRomain Forlot1-1/+0
2019-11-28Remove in function rx_filter_can, the variable val was not usedRomain Forlot1-1/+0
2019-11-28Add new decoders bytes for signal of long sizeRomain Forlot5-2/+153
2019-11-28Change signature of decodersRomain Forlot11-53/+62
2019-11-28Add some typedef to reduce the size of the linesRomain Forlot14-51/+61
2019-11-28Change vector to list to allow to remove signal.Romain Forlot2-12/+29
2019-11-28Update bit position and bit size in signalRomain Forlot2-14/+15
2019-11-28Add feature ISO TP (multi frames and peer to peer)Romain Forlot19-54/+939
2019-11-28Replace all enum types with masksRomain Forlot20-354/+1315
2019-11-28Update function tx_send for multi frame previsionRomain Forlot1-7/+30
2019-11-28Only defined signals can be writtenRomain Forlot1-26/+59
2019-11-28Update function rx_filter_can for multi frame prevision.Romain Forlot2-12/+46
2019-11-28Change function get_bcm_msg to return a reference.Romain Forlot2-2/+2
2019-11-28Move attributes flags and maxdlenRomain Forlot5-22/+41
2019-11-28Add function remove last bcm frameRomain Forlot2-0/+12
2019-11-28Add many frames in a subscription in the function tx_send.Romain Forlot1-3/+6
2019-11-28Add function to convert vector to canfd or can frame.Romain Forlot2-1/+64
2019-11-28Add function get_data_vector with indexRomain Forlot2-0/+35
2019-11-28Update function to encode and decode messageRomain Forlot4-91/+165
2019-11-28Update j1939 decode with function to_hexRomain Forlot1-19/+2
2019-11-28Add file converter to manage all conversionsRomain Forlot3-0/+86
2019-11-28Uniform indentation with tabulationRomain Forlot12-450/+448
2019-11-28Fix: only one subscription could be madeRomain Forlot2-4/+8
2019-11-28Update documentation.Romain Forlot2-26/+31
2019-11-28Add tests for J1939 features.Romain Forlot6-3/+179
2019-11-28Integrate the J1939 features : address claiming and write.Romain Forlot18-112/+1195
2019-11-28Add feature to build messages and fix some functionsRomain Forlot22-133/+524
2019-11-28Update examples and can_samplesRomain Forlot15-328/+3398
2019-11-12Fix branch in .gitreviewhalibut_8.0.3halibut/8.0.38.0.3Scott Murray1-2/+1
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