Bike-X
0.8
Main Page
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Ovr.h
Go to the documentation of this file.
1
#ifndef OVR_H
2
#define OVR_H
3
4
#ifndef DEBUG
5
#define DEBUG 1
6
#endif
7
8
#include <ostream>
9
#include <
OVR_CAPI.h
>
10
15
class
Ovr
16
{
17
public
:
18
// ******************* Attributes *********************************
22
bool
mock
;
23
27
bool
ovrInitiated
;
28
32
ovrHmd
hmd
;
33
37
ovrHmdDesc
hmdDesc
;
38
39
// ******************* Methods (constructors first) **************
43
Ovr
();
44
48
~Ovr
();
49
53
bool
init
();
54
58
friend
std::ostream&
operator<<
(std::ostream&,
const
Ovr
&);
59
63
bool
startSensor
();
64
65
// ********************* Methods declared in UML *************************
66
70
void
getXYZW
(
double
* x,
double
* y,
double
* z,
double
* w);
71
};
72
73
#endif
Ovr::startSensor
bool startSensor()
Definition:
Ovr.cpp:91
ovrHmdStruct
Definition:
CAPI_HMDState.h:51
Ovr::~Ovr
~Ovr()
Definition:
Ovr.cpp:22
Ovr::operator<<
friend std::ostream & operator<<(std::ostream &, const Ovr &)
Definition:
Ovr.cpp:162
Ovr::ovrInitiated
bool ovrInitiated
Definition:
Ovr.h:27
Ovr::mock
bool mock
Definition:
Ovr.h:22
Ovr::hmd
ovrHmd hmd
Definition:
Ovr.h:32
Ovr::init
bool init()
Definition:
Ovr.cpp:39
ovrHmdDesc_
Definition:
OVR_CAPI.h:189
Ovr::hmdDesc
ovrHmdDesc hmdDesc
Definition:
Ovr.h:37
Ovr
Definition:
Ovr.h:15
Ovr::getXYZW
void getXYZW(double *x, double *y, double *z, double *w)
Definition:
Ovr.cpp:106
OVR_CAPI.h
Ovr::Ovr
Ovr()
Definition:
Ovr.cpp:13
ovr
Ovr.h
Generated on Wed Oct 1 2014 00:45:20 for Bike-X by
1.8.6