From 6f54646482e44051af1d3e2965012888b00e2038 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Wed, 21 Mar 2018 14:41:16 -0600 Subject: Internalize data recorder details --- include/libsurvive/survive.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/libsurvive') diff --git a/include/libsurvive/survive.h b/include/libsurvive/survive.h index cb144bd..0b85bf3 100644 --- a/include/libsurvive/survive.h +++ b/include/libsurvive/survive.h @@ -159,6 +159,8 @@ typedef struct typedef enum { SURVIVE_STOPPED = 0, SURVIVE_RUNNING, SURVIVE_CLOSING, SURVIVE_STATE_MAX } SurviveState; +struct SurviveRecordingData; + struct SurviveContext { text_feedback_func faultfunction; @@ -180,7 +182,7 @@ struct SurviveContext int activeLighthouses; BaseStationData bsd[NUM_LIGHTHOUSES]; SurviveCalData * calptr; //If and only if the calibration subsystem is attached. - + struct SurviveRecordingData *recptr; // Iff recording is attached SurviveObject ** objs; int objs_ct; -- cgit v1.2.3