From ee12999bcb71f9b4b3c48bd0c1874f7ac251f355 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 20 Mar 2018 21:34:42 -0400 Subject: significant improvements to Orthodave. --- include/libsurvive/poser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libsurvive/poser.h') diff --git a/include/libsurvive/poser.h b/include/libsurvive/poser.h index 6c74c52..ccd36ce 100644 --- a/include/libsurvive/poser.h +++ b/include/libsurvive/poser.h @@ -15,6 +15,7 @@ typedef enum PoserType_t POSERDATA_LIGHT, //Single lighting event. POSERDATA_FULL_SCENE, //Full, statified X, Y sweep data for both lighthouses. POSERDATA_DISASSOCIATE, //If you get this, it doesn't contain data. It just tells you to please disassociate from the current SurviveObject and delete your poserdata. + POSERDATA_SYNC, //Sync pulse. } PoserType; typedef void (*poser_raw_pose_func)(SurviveObject *so, uint8_t lighthouse, SurvivePose *pose, void *user); -- cgit v1.2.3