summaryrefslogtreecommitdiffstats
path: root/low-can-binding/can/message
AgeCommit message (Expand)AuthorFilesLines
2020-01-09message: move bit position flag and actionRomain Forlot1-22/+1
2020-01-09message: Fix copying all bytes but the last oneRomain Forlot3-64/+18
2020-01-09Update flag FRAME_LAYOUT_IS_BIGENDIAN to BYTE_FRAME_IS_BIG_ENDIANArthur Guyader1-1/+1
2020-01-09message: Rework message flagsRomain Forlot1-10/+11
2020-01-09message: Default frame layout as little endian.Romain Forlot1-1/+1
2020-01-09decoder: rework how to swap frame layout.Romain Forlot2-1/+13
2020-01-09message: optimize getting subpart of a vectorRomain Forlot1-19/+7
2020-01-09msg_definition: integrate frame layout as a flagRomain Forlot1-0/+1
2020-01-09misc: Some cleanup and fixes about signatures.Romain Forlot2-2/+2
2020-01-09all: formatRomain Forlot2-34/+28
2020-01-09message: More explicit define about CAN protocols.Romain Forlot1-2/+2
2020-01-09can_message: add missing signature due to conflictRomain Forlot1-4/+3
2020-01-09All: Make format coherent with the whole projectRomain Forlot5-19/+19
2020-01-08can: Remove extended flagsRomain Forlot2-12/+8
2019-08-30Remove in function convert_from_addr, the variable flags was not usedArthur Guyader1-1/+0
2019-08-30Add feature ISO TP (multi frames and peer to peer)Arthur Guyader6-7/+39
2019-08-30Replace all enum types with masksArthur Guyader6-60/+36
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-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 j1939 decode with function to_hexArthur Guyader1-19/+2
2019-08-29Uniform indentation with tabulationArthur Guyader3-148/+148
2019-08-12Integrate the J1939 features : address claiming and write.Arthur Guyader4-19/+66
2019-08-12Add feature to build messages and fix some functionsArthur Guyader6-47/+181
2019-06-27Minor improvementsRomain Forlot2-6/+4
2019-06-26Rename some of the classes removing can- prefixRomain Forlot6-20/+20
2019-06-26Change can_message_t class usage for new j1939Romain Forlot6-0/+661