summaryrefslogtreecommitdiffstats
path: root/src/obd2/obd2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/obd2/obd2.h')
-rw-r--r--src/obd2/obd2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/obd2/obd2.h b/src/obd2/obd2.h
index 74459520..e4ffc7ab 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,