|
Bike-X
0.8
|
#include "Ovr.h"

Public Member Functions | |
| Ovr () | |
| ~Ovr () | |
| bool | init () |
| bool | startSensor () |
| void | getXYZW (double *x, double *y, double *z, double *w) |
Data Fields | |
| bool | mock |
| bool | ovrInitiated |
| ovrHmd | hmd |
| ovrHmdDesc | hmdDesc |
Friends | |
| std::ostream & | operator<< (std::ostream &, const Ovr &) |
Try to put everything related to OVR in this class This way, other parts of StartX project will only need to call this class
| Ovr::~Ovr | ( | ) |
| void Ovr::getXYZW | ( | double * | x, |
| double * | y, | ||
| double * | z, | ||
| double * | w | ||
| ) |
| bool Ovr::startSensor | ( | ) |
|
friend |
| ovrHmdDesc Ovr::hmdDesc |
| bool Ovr::ovrInitiated |