aboutsummaryrefslogtreecommitdiff
path: root/include/libsurvive/survive.h
diff options
context:
space:
mode:
authordpeter99 <dpeter99@gmail.com>2018-03-26 22:05:21 +0200
committerGitHub <noreply@github.com>2018-03-26 22:05:21 +0200
commit4c373617220aca69a4acb7a32c12457a057f4e48 (patch)
tree6598f0185c010dc3d48067060a6303d9e58ce74f /include/libsurvive/survive.h
parentd106e045d8a145ceb733075e541f6aaaee5bd3a7 (diff)
parent18e717642be3af3b9f72b630dcad68ca17c32dc9 (diff)
downloadlibsurvive-4c373617220aca69a4acb7a32c12457a057f4e48.tar.gz
libsurvive-4c373617220aca69a4acb7a32c12457a057f4e48.tar.bz2
Merge branch 'master' into master
Diffstat (limited to 'include/libsurvive/survive.h')
-rw-r--r--include/libsurvive/survive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libsurvive/survive.h b/include/libsurvive/survive.h
index b1c32cd..8a1474b 100644
--- a/include/libsurvive/survive.h
+++ b/include/libsurvive/survive.h
@@ -16,6 +16,7 @@ extern "C" {
typedef struct {
FLT angles[SENSORS_PER_OBJECT][NUM_LIGHTHOUSES][2]; // 2 Axes (Angles in LH space)
uint32_t timecode[SENSORS_PER_OBJECT][NUM_LIGHTHOUSES][2]; // Timecode per axis in ticks
+ uint32_t lengths[SENSORS_PER_OBJECT][NUM_LIGHTHOUSES][2]; // Timecode per axis in ticks
FLT accel[3];
FLT gyro[3];