From 7930400aaca31089be48fe077d0c591294d727a5 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Wed, 30 Nov 2016 23:55:04 -0500 Subject: Update the thing to get a specific tag --- src/survive_internal.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src/survive_internal.h') diff --git a/src/survive_internal.h b/src/survive_internal.h index 394842b..a7d8ca9 100644 --- a/src/survive_internal.h +++ b/src/survive_internal.h @@ -45,11 +45,14 @@ struct SurviveUSBInterface const char * hname; //human-readable names }; -struct SurvivePhoto + +struct SurviveObject { - uint32_t last; - uint32_t lastcode; - uint32_t lastlength; + struct SurviveContext * ctx; + int32_t last_photo_time; + short total_photos; + int32_t total_photo_time; + int sensors; }; struct SurviveContext @@ -61,6 +64,8 @@ struct SurviveContext struct libusb_device_handle * udev[MAX_USB_DEVS]; struct SurviveUSBInterface uiface[MAX_INTERFACES]; + //Data Subsystem + struct SurviveObject headset; // struct SurvivePhoto }; -- cgit v1.2.3