low_can_subscription: Add msg_def and create_rx for message
[apps/agl-service-can-low-level.git] / low-can-binding / binding / low-can-subscription.cpp
2020-01-09 Arthur Guyaderlow_can_subscription: Add msg_def and create_rx for... 57/23457/3
2020-01-09 Romain Forlotformat: remove uneeded brackets. 91/23391/3
2020-01-09 Arthur GUYADERj1939: Follow updates of the kernel 84/23384/3
2020-01-09 Romain Forlotinit: Fix wrong diagnostic bus name returned. 32/23232/6
2020-01-09 Romain Forlotall: format 31/23231/6
2020-01-09 Romain Forlotmessage: More explicit define about CAN protocols. 19/23219/6
2020-01-09 Romain Forlotconverter: littles improvements. 16/23216/6
2020-01-09 Romain Forlotbinding: add preinit function to load the config 99/23199/6
2020-01-09 Romain ForlotAll: Make format coherent with the whole project 98/23198/6
2020-01-07 Romain Forlotall: Format one line 'if' or 'for' statement. 90/23190/6
2020-01-07 Romain Forlotsubscription: Optimizing opening sockets 89/23189/6
2020-01-07 Romain Forlotcan: clean and format 88/23188/6
2019-09-09 Arthur GuyaderUpdate documentation 62/22262/4
2019-08-30 Arthur GuyaderRemove file socketcan-j1939 that was not removed before 61/22261/4
2019-08-30 Arthur GuyaderRemove in function rx_filter_can, the variable val... 59/22259/4
2019-08-30 Arthur GuyaderAdd some typedef to reduce the size of the lines 56/22256/4
2019-08-30 Arthur GuyaderAdd feature ISO TP (multi frames and peer to peer) 53/22253/4
2019-08-30 Arthur GuyaderReplace all enum types with masks 52/22252/3
2019-08-30 Arthur GuyaderUpdate function tx_send for multi frame prevision 51/22251/3
2019-08-30 Arthur GuyaderUpdate function rx_filter_can for multi frame prevision. 49/22249/3
2019-08-30 Arthur GuyaderAdd function remove last bcm frame 46/22246/3
2019-08-30 Arthur GuyaderAdd many frames in a subscription in the function tx_send. 45/22245/3
2019-08-13 Romain ForlotFix: only one subscription could be made 42/22142/3
2019-08-12 Arthur GuyaderIntegrate the J1939 features : address claiming and... 10/22010/13
2019-08-12 Arthur GuyaderAdd feature to build messages and fix some functions 09/22009/10
2019-06-27 Romain ForlotMinor improvements 33/21733/4
2019-06-26 Romain ForlotSmall fixes (include and pointer) 11/21411/10
2019-06-26 Romain ForlotModify function to open socket j1939 10/21410/10
2019-06-26 Romain ForlotRename some of the classes removing can- prefix 07/21407/10
2019-06-26 Romain ForlotChange can_message_t class usage for new j1939 08/21408/10
2019-06-26 Romain ForlotUse subscription's sockets as shared_ptr 32/21732/3
2019-06-26 Arthur GuyaderImplement a new socket type CAN for j1939 protocol 06/21406/10
2018-12-14 Romain ForlotSimpler handling of binding subscriptions 55/18755/3
2018-10-15 Romain ForlotMigration to binding v3 07/17007/6
2018-01-02 Romain ForlotMake low-can use afb-genskel by default
2017-07-21 Romain ForlotImplements new verbs to write on CAN bus
2017-06-20 Romain ForlotSeparation Generator to a dedicated repo