From 0bd237bae324740d6b6b22e3c63ac426267d5bf1 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Mon, 30 Dec 2013 20:49:23 -0500 Subject: Add more failing tests before beginning implementation. --- src/obd2/obd2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/obd2/obd2.h b/src/obd2/obd2.h index 411170da..74459520 100644 --- a/src/obd2/obd2.h +++ b/src/obd2/obd2.h @@ -112,6 +112,8 @@ typedef enum { typedef struct { IsoTpHandler isotp_handler; + // TODO the Handle may need to keep the original request, otherwise we can't + // compare an incoming CAN message to see if it matches the service / PID! DiagnosticRequestType type; DiagnosticResponseReceived callback; DiagnosticMilStatusReceived mil_status_callback; -- cgit 1.2.3-korg