summaryrefslogtreecommitdiffstats
path: root/src/isotp/receive.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Increase size of arb ID to uint32_t to fit extended IDs.Christopher Peplin1-3/+3
2014-02-14Add an option to control CAN frame padding (on by default).Christopher Peplin1-2/+0
2014-01-03Document all functions in header files.Christopher Peplin1-2/+63
2014-01-03Split up functions in send/receive files for clarity.Christopher Peplin1-0/+7
2014-01-03Split up functions to rx CAN messages for rx and tx of ISO-TP.Christopher Peplin1-2/+2
2013-12-31Return completion status when receiving CAN frames.Christopher Peplin1-2/+1
2013-12-31Move some functions to main isotp.h file to simplify includes for now.Christopher Peplin1-3/+0
2013-12-31Draft reworking of API.Christopher Peplin1-5/+5
2013-12-29Use updated API for canutil library.Christopher Peplin1-1/+2
2013-12-28Encapsulate arb_id, payload and size into a data type.Christopher Peplin1-2/+6
2013-12-27Draft progress implementing single frame rx.Christopher Peplin1-0/+19