Starshatter_Open
Open source Starshatter engine
|
#include <TrackIR.h>
Public Member Functions | |
TrackIR () | |
~TrackIR () | |
DWORD | ExecFrame () |
bool | IsRunning () const |
double | GetAzimuth () const |
double | GetElevation () const |
double | GetX () const |
double | GetY () const |
double | GetZ () const |
Protected Attributes | |
bool | running |
DWORD | stale_frames |
DWORD | frame_signature |
double | az |
double | el |
double | x |
double | y |
double | z |
TrackIR::TrackIR | ( | ) |
Definition at line 85 of file TrackIR.cpp.
TrackIR::~TrackIR | ( | ) |
Definition at line 169 of file TrackIR.cpp.
DWORD TrackIR::ExecFrame | ( | ) |
Definition at line 182 of file TrackIR.cpp.