aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/binding/low-can-cb.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-23low-can: fix aborting on can_data not being an json_type_arrayhalibut_8.0.6halibut/8.0.68.0.6halibutMatt Ranostay1-1/+3
2020-01-23low-can: fix returned event_t from generate_filter() uninitializedMatt Ranostay1-1/+1
2019-11-28Remove file socketcan-j1939 that was not removed beforeRomain Forlot1-0/+1
2019-11-28Add some typedef to reduce the size of the linesRomain Forlot1-11/+11
2019-11-28Change vector to list to allow to remove signal.Romain Forlot1-8/+24
2019-11-28Add feature ISO TP (multi frames and peer to peer)Romain Forlot1-35/+81
2019-11-28Replace all enum types with masksRomain Forlot1-20/+20
2019-11-28Only defined signals can be writtenRomain Forlot1-26/+59
2019-11-28Update function rx_filter_can for multi frame prevision.Romain Forlot1-1/+1
2019-11-28Update function to encode and decode messageRomain Forlot1-1/+1
2019-11-28Uniform indentation with tabulationRomain Forlot1-17/+17
2019-11-28Fix: only one subscription could be madeRomain Forlot1-2/+1
2019-11-28Integrate the J1939 features : address claiming and write.Romain Forlot1-12/+80
2019-11-28Add feature to build messages and fix some functionsRomain Forlot1-29/+134
2019-06-27Minor improvementsRomain Forlot1-2/+2
2019-06-26Small fixes (include and pointer)Romain Forlot1-1/+1
2019-06-26Add the possibility to subscribe an id or a pgnArthur Guyader1-21/+86
2019-06-26Rename some of the classes removing can- prefixRomain Forlot1-14/+14
2019-06-26Change can_message_t class usage for new j1939Romain Forlot1-5/+5
2019-06-26Use subscription's sockets as shared_ptrRomain Forlot1-9/+13
2019-06-26Implement a new socket type CAN for j1939 protocolArthur Guyader1-4/+4
2018-12-14Smalls improvementsRomain Forlot1-1/+1
2018-12-14Simpler handling of binding subscriptionsRomain Forlot1-46/+39
2018-12-14Cleaning the code for now unused functionsRomain Forlot1-3/+1
2018-12-14CAN FD implementationRomain Forlot1-33/+30
2018-11-22Rework writing CAN message on CAN buses.Romain Forlot1-79/+64
2018-10-15Migration to binding v3Romain Forlot1-43/+40
2018-05-25Merge "Fixing typos made in comments"flounder_5.99.1flounder/5.99.15.99.1Jan-Simon Moeller1-9/+9
2018-05-24Fixing typos made in commentsydimitrov1-9/+9
2018-05-16Fix compilation warningRomain Forlot1-1/+1
2018-04-17Detect engine state and use it during diagnostic messages subscriptionsJonathan Aillet1-3/+28
2018-04-17Add possibility to subscribe to a recurring request permanentlyJonathan Aillet1-8/+17
2018-03-15Change subscribed signals search to check filters as wellJonathan Aillet1-3/+2
2017-11-30Fails write request if CAN signal not writableRomain Forlot1-1/+4
2017-09-28Use afb_genskel tools to generate api definitionRomain Forlot1-1/+23
2017-09-28Handle batched subscriptions in a JSON arrayRomain Forlot1-22/+30
2017-09-01Add get() and list() APIYuichi Kusakabe1-0/+110
2017-09-01Fix can write API resultYuichi Kusakabe1-2/+2
2017-09-01Fix write CAN bus nameYuichi Kusakabe1-1/+1
2017-08-09FormatRomain Forlot1-7/+28
2017-07-21FormatRomain Forlot1-1/+1
2017-07-21Check whether a signal is writable before sendingRomain Forlot1-3/+8
2017-07-21Split big function to several smallerRomain Forlot1-45/+73
2017-07-21Be able to write raw frame & encode value to sentRomain Forlot1-30/+64
2017-07-21Create an auth verb to raise privilege of sessionRomain Forlot1-0/+6
2017-07-21Implements new verbs to write on CAN busRomain Forlot1-0/+60
2017-07-20Fix subscribe responseRomain Forlot1-1/+4
2017-07-04DAB RC3 Fixes follows appfw API break.Romain Forlot1-9/+9
2017-06-22Add some reminder...Romain Forlot1-0/+1
2017-06-20Separation Generator to a dedicated repoRomain Forlot1-0/+358