aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/can
AgeCommit message (Expand)AuthorFilesLines
2019-12-03all: format typoRomain Forlot2-3/+1
2019-12-03message-def: Fix code to avoid warningsCorentin Le Gall1-2/+2
2019-12-03all: formatRomain Forlot3-46/+17
2019-12-03decoder/encoder: typoRomain Forlot2-2/+2
2019-12-03decoder/encoder: simplification of code.Romain Forlot2-155/+53
2019-12-03encoder: use switch case to handle CAN protocolsRomain Forlot1-49/+62
2019-12-03message: Correctly detect extended CAN id.Romain Forlot1-3/+1
2019-12-03can-bus: Use configuration from JSON fileRomain Forlot2-26/+26
2019-12-03message: More explicit define about CAN protocols.Romain Forlot2-4/+4
2019-12-03decoder: fix left behind characterRomain Forlot2-2/+1
2019-12-03Fix bit_position swappingCorentin Le Gall3-1/+18
2019-11-15sign: handle decode methods sign from can valueClément Bénier4-9/+91
2019-11-14can: Add big endian CAN frame layout handleCorentin Le Gall5-2/+24
2019-11-12message_set: Remove build warning using C++ stringRomain Forlot1-2/+2
2019-11-10can_message: add missing signature due to conflictRomain Forlot1-0/+3
2019-11-10messsage_definition: add name getter methodRomain Forlot2-0/+5
2019-11-10message_set: New methods to add messages at initRomain Forlot2-0/+41
2019-11-09All: Make format coherent with the whole projectRomain Forlot9-39/+56
2019-11-09all: Copyright updateRomain Forlot4-4/+4
2019-11-07message_set: typedef long type signatureRomain Forlot2-4/+4
2019-11-07write: Add feature to build messages and fix some functionsArthur Guyader6-8/+136
2019-11-06converter: decoder: use appropriate int typesRomain Forlot2-47/+17
2019-11-05all: Format one line 'if' or 'for' statement.Romain Forlot1-4/+4
2019-11-05can: Fix receiving and sending extended CAN framesRomain Forlot1-2/+4
2019-11-04can: 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 new decoders bytes for signal of long sizeArthur Guyader2-0/+92
2019-08-30Change signature of decodersArthur Guyader3-53/+54
2019-08-30Add some typedef to reduce the size of the linesArthur Guyader6-22/+26
2019-08-30Update bit position and bit size in signalArthur Guyader2-14/+15
2019-08-30Add feature ISO TP (multi frames and peer to peer)Arthur Guyader8-7/+45
2019-08-30Replace all enum types with masksArthur Guyader9-90/+69
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 function to encode and decode messageArthur Guyader3-90/+164
2019-08-29Update j1939 decode with function to_hexArthur Guyader1-19/+2
2019-08-29Uniform indentation with tabulationArthur Guyader4-152/+152
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 Guyader10-48/+313
2019-07-03signals.cpp: Make an insensitive string comparisonhalibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.38.0.28.0.18.0.07.99.3Romain Forlot1-1/+1
2019-06-27Minor improvementsRomain Forlot4-9/+4
2019-06-26Rename some of the classes removing can- prefixRomain Forlot19-172/+267
2019-06-26New constructor j1939 message definitionRomain Forlot2-0/+33
2019-06-26Change can_message_t class usage for new j1939Romain Forlot16-121/+507
2019-06-19Modify to receive signal with bigger value than the number of statesHiroki Koga1-1/+1
2018-12-14Smalls improvementsRomain Forlot1-4/+4
2018-12-14Cleaning the code for now unused functionsRomain Forlot7-151/+18
2018-12-14CAN FD implementationRomain Forlot6-132/+23