aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-04-24 21:00:16 -0400
committercnlohr <lohr85@gmail.com>2018-04-24 21:00:16 -0400
commit1800889bc765fc0a6b81b997a769fabe354b01a0 (patch)
tree9e30d91309f4daee07cf709eb706bb62b43f37a3 /include
parenta5ab35527062617c21fdcd31305d1e0b8ed1d267 (diff)
downloadlibsurvive-1800889bc765fc0a6b81b997a769fabe354b01a0.tar.gz
libsurvive-1800889bc765fc0a6b81b997a769fabe354b01a0.tar.bz2
Get rid of disambiguator-specifc stuff in the objects.
Diffstat (limited to 'include')
-rw-r--r--include/libsurvive/survive.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/libsurvive/survive.h b/include/libsurvive/survive.h
index fb95c80..28c96c3 100644
--- a/include/libsurvive/survive.h
+++ b/include/libsurvive/survive.h
@@ -81,14 +81,6 @@ struct SurviveObject {
// Timing sensitive data (mostly for disambiguation)
int32_t timebase_hz; // 48,000,000 for normal vive hardware. (checked)
- int32_t timecenter_ticks; // 200,000 for normal vive hardware. (checked) (This doubles-up as 2x this = full
- // sweep length)
- int32_t pulsedist_max_ticks; // 500,000 for normal vive hardware. (guessed)
- int32_t pulselength_min_sync; // 2,200 for normal vive hardware. (guessed)
- int32_t pulse_in_clear_time; // 35,000 for normal vive hardware. (guessed)
- int32_t pulse_max_for_sweep; // 1,800 for normal vive hardware. (guessed)
- int32_t pulse_synctime_offset; // 20,000 for normal vive hardware. (guessed)
- int32_t pulse_synctime_slack; // 5,000 for normal vive hardware. (guessed)
// Flood info, for calculating which laser is currently sweeping.
void *disambiguator_data;