summaryrefslogtreecommitdiffstats
path: root/low-can-binding/can/can-encoder.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-09encoder: use contructor to initialize the vectorRomain Forlot1-5/+3
2020-01-09decoder/encoder: typoRomain Forlot1-1/+1
2020-01-09decoder/encoder: simplification of code.Romain Forlot1-80/+26
2020-01-09encoder: use switch case to handle CAN protocolsRomain Forlot1-31/+37
2020-01-09All: Make format coherent with the whole projectRomain Forlot1-6/+6
2020-01-08all: Format one line 'if' or 'for' statement.Romain Forlot1-11/+6
2019-12-05Fix filter bitmask generationScott Murray1-1/+1
2019-08-30Replace all enum types with masksArthur Guyader1-3/+20
2019-08-29Update function to encode and decode messageArthur Guyader1-83/+108
2019-08-12Add feature to build messages and fix some functionsArthur Guyader1-1/+113
2019-06-26Rename some of the classes removing can- prefixRomain Forlot1-8/+8
2018-12-14CAN FD implementationRomain Forlot1-5/+6
2018-11-22Code format and style changesRomain Forlot1-6/+6
2018-05-24Fixing typos made in commentsydimitrov1-2/+2
2018-01-02Make low-can use afb-genskel by defaultRomain Forlot1-1/+0
2017-11-30Correctly reconstituting entire CAN frameRomain Forlot1-5/+6
2017-11-08Send entire CAN message rather than CAN signal.Romain Forlot1-7/+13
2017-07-21Fix: encoding value method has wrong signature.Romain Forlot1-6/+6
2017-07-21Be able to write raw frame & encode value to sentRomain Forlot1-0/+159