summaryrefslogtreecommitdiffstats
path: root/src/isotp/isotp.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-03Document all functions in header files.Christopher Peplin1-10/+15
2014-01-03Split up functions in send/receive files for clarity.Christopher Peplin1-94/+5
2014-01-03Split up functions to rx CAN messages for rx and tx of ISO-TP.Christopher Peplin1-24/+12
2014-01-02Allocate ISO-TP message buffer on the stack.Christopher Peplin1-4/+7
2014-01-02Only mark handle as completed when fully received.Christopher Peplin1-0/+5
2014-01-01Return completed rx messages instead of relying on callbacks.Christopher Peplin1-8/+6
2013-12-31Return completion status when receiving CAN frames.Christopher Peplin1-1/+7
2013-12-31Move some functions to main isotp.h file to simplify includes for now.Christopher Peplin1-0/+6
2013-12-31Draft reworking of API.Christopher Peplin1-12/+32
2013-12-30Don't use debug function directly in library.Christopher Peplin1-3/+4
2013-12-29Use updated API for canutil library.Christopher Peplin1-0/+2
2013-12-28Encapsulate arb_id, payload and size into a data type.Christopher Peplin1-25/+11
2013-12-27Test basic single frame sending.Christopher Peplin1-6/+6
2013-12-27Test basic rx of a single frame message.Christopher Peplin1-1/+1
2013-12-27Draft progress implementing single frame rx.Christopher Peplin1-9/+10
2013-12-27Add skeleton tests for receiving and sending ISO-TP messages.Christopher Peplin1-17/+64
2013-12-27Sketch out the API and add some notes.Christopher Peplin1-0/+62