From 84bc68873aa53e295853b461b6793b5019d1dacb Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Mon, 30 Dec 2013 21:06:57 -0500 Subject: Spray a bunch of notes and code into the implementation file. --- src/obd2/obd2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/obd2/obd2.h') diff --git a/src/obd2/obd2.h b/src/obd2/obd2.h index 7445952..e4ffc7a 100644 --- a/src/obd2/obd2.h +++ b/src/obd2/obd2.h @@ -114,6 +114,8 @@ 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! + // TODO i'm not sure this type/callback in here is too useful - see the + // comments in obd2.c:diagnostic_request DiagnosticRequestType type; DiagnosticResponseReceived callback; DiagnosticMilStatusReceived mil_status_callback; @@ -129,7 +131,6 @@ typedef enum { typedef struct { IsoTpShims isotp_shims; LogShim log; - SendCanMessageShim send_can_message; } DiagnosticShims; DiagnosticShims diagnostic_init_shims(LogShim log, -- cgit