X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fobd2%2Fobd2.h;h=e4ffc7ab8943fc42208951db180d7857c39e1991;hb=84bc68873aa53e295853b461b6793b5019d1dacb;hp=744595202fb3b8bc27ba48a8f7d32cacfca2c2a5;hpb=0bd237bae324740d6b6b22e3c63ac426267d5bf1;p=apps%2Fagl-service-can-low-level.git 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,