aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/binding/low-can-subscription.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-09low_can_subscription: Add msg_def and create_rx for messageArthur Guyader1-1/+39
2020-01-09format: remove uneeded brackets.Romain Forlot1-25/+5
2020-01-09j1939: Follow updates of the kernelArthur GUYADER1-6/+18
2020-01-09init: Fix wrong diagnostic bus name returned.Romain Forlot1-1/+1
2020-01-09all: formatRomain Forlot1-7/+2
2020-01-09message: More explicit define about CAN protocols.Romain Forlot1-3/+3
2020-01-09converter: littles improvements.Romain Forlot1-1/+1
2020-01-09binding: add preinit function to load the configRomain Forlot1-1/+1
2020-01-09All: Make format coherent with the whole projectRomain Forlot1-4/+4
2020-01-08all: Format one line 'if' or 'for' statement.Romain Forlot1-18/+8
2020-01-08subscription: Optimizing opening socketsRomain Forlot1-19/+11
2020-01-08can: clean and formatRomain Forlot1-48/+31
2019-09-09Update documentationArthur Guyader1-1/+1
2019-08-30Remove file socketcan-j1939 that was not removed beforeArthur Guyader1-0/+125
2019-08-30Remove in function rx_filter_can, the variable val was not usedArthur Guyader1-1/+0
2019-08-30Add some typedef to reduce the size of the linesArthur Guyader1-1/+1
2019-08-30Add feature ISO TP (multi frames and peer to peer)Arthur Guyader1-6/+108
2019-08-30Replace all enum types with masksArthur Guyader1-22/+27
2019-08-30Update function tx_send for multi frame previsionArthur Guyader1-7/+30
2019-08-30Update function rx_filter_can for multi frame prevision.Arthur Guyader1-11/+45
2019-08-30Add function remove last bcm frameArthur Guyader1-0/+11
2019-08-30Add many frames in a subscription in the function tx_send.Arthur Guyader1-3/+6
2019-08-13Fix: only one subscription could be madeRomain Forlot1-2/+7
2019-08-12Integrate the J1939 features : address claiming and write.Arthur Guyader1-34/+85
2019-08-12Add feature to build messages and fix some functionsArthur Guyader1-13/+14
2019-06-27Minor improvementsRomain Forlot1-5/+5
2019-06-26Small fixes (include and pointer)Romain Forlot1-1/+2
2019-06-26Modify function to open socket j1939Romain Forlot1-16/+54
2019-06-26Rename some of the classes removing can- prefixRomain Forlot1-20/+20
2019-06-26Change can_message_t class usage for new j1939Romain Forlot1-44/+89
2019-06-26Use subscription's sockets as shared_ptrRomain Forlot1-9/+9
2019-06-26Implement a new socket type CAN for j1939 protocolArthur Guyader1-3/+3
2018-12-14Simpler handling of binding subscriptionsRomain Forlot1-2/+363
2018-10-15Migration to binding v3Romain Forlot1-2/+2
2018-01-02Make low-can use afb-genskel by defaultRomain Forlot1-2/+0
2017-07-21Implements new verbs to write on CAN busRomain Forlot1-273/+0
2017-06-20Separation Generator to a dedicated repoRomain Forlot1-0/+306