aboutsummaryrefslogtreecommitdiff
path: root/include/libsurvive/poser.h
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-03-20 21:34:42 -0400
committercnlohr <lohr85@gmail.com>2018-03-20 21:34:42 -0400
commitee12999bcb71f9b4b3c48bd0c1874f7ac251f355 (patch)
tree4d047e579a63baaac4ec1ad916c8a06a447f07fb /include/libsurvive/poser.h
parentd3d115a9ce4d8f1f81cb1777ad5b2dcf1a13e54c (diff)
downloadlibsurvive-ee12999bcb71f9b4b3c48bd0c1874f7ac251f355.tar.gz
libsurvive-ee12999bcb71f9b4b3c48bd0c1874f7ac251f355.tar.bz2
significant improvements to Orthodave.
Diffstat (limited to 'include/libsurvive/poser.h')
-rw-r--r--include/libsurvive/poser.h1
1 files changed, 1 insertions, 0 deletions
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);