From 2afbb0313dafe3f52a38ee2061cb1de8043d16e6 Mon Sep 17 00:00:00 2001 From: ultramn Date: Sat, 4 Feb 2017 20:03:12 -0800 Subject: Moved plot_lighthouse to the tools folder --- dave/plot_lighthouse/fileutil.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 dave/plot_lighthouse/fileutil.h (limited to 'dave/plot_lighthouse/fileutil.h') diff --git a/dave/plot_lighthouse/fileutil.h b/dave/plot_lighthouse/fileutil.h deleted file mode 100644 index 714fbbd..0000000 --- a/dave/plot_lighthouse/fileutil.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef _fileutil_h_ -#define _fileutil_h_ - -#include -#include "../../redist/os_generic.h" - -void LoadLighthousePos( - const char *path, - float *x, float *y, float *z, - float *qi, float *qj, float *qk, float *qreal); - - -#define NUM_HMD 32 -#define NUM_SWEEP 4 -#define SWEEP_LX 0 -#define SWEEP_LY 1 -#define SWEEP_RX 2 -#define SWEEP_RY 3 -void LoadHmdProcessedDataAngles( - const char *path, - double angle[NUM_SWEEP][NUM_HMD]); - - -extern og_mutex_t read_mutex; -extern og_thread_t read_thread; -extern double read_hmdAngles[NUM_SWEEP][NUM_HMD]; -extern int read_hmdAngleViewed[NUM_SWEEP][NUM_HMD]; -extern int read_frameno; -void *ThreadReadHmtAngles(void *junk); - - -#endif // __fileutil_h_ - - -- cgit v1.2.3