#include <VRPNService.h>
|
enum | ServiceType {
Pointer = EventBase::ServiceTypePointer,
Mocap = EventBase::ServiceTypeMocap,
Keyboard = EventBase::ServiceTypeKeyboard,
Controller = EventBase::ServiceTypeController,
Ui = EventBase::ServiceTypeUi,
Generic = EventBase::ServiceTypeGeneric,
Brain = EventBase::ServiceTypeBrain,
Wand = EventBase::ServiceTypeWand,
Speech = EventBase::ServiceTypeSpeech
} |
| This enumeration is kept for compatibility reason and may be removed in the future. More...
|
|
enum | ServicePollPriority { PollFirst,
PollNormal,
PollLast
} |
|
static List< ReferenceType * > | mysObjList |
|
virtual void omicron::VRPNService::dispose |
( |
| ) |
|
|
virtual |
void omicron::VRPNService::generateButtonEvent |
( |
VRPNStruct * |
, |
|
|
int |
, |
|
|
int |
buttonID, |
|
|
int |
stateFlag |
|
) |
| |
void omicron::VRPNService::generateTrackerEvent |
( |
vrpn_TRACKERCB |
, |
|
|
int |
, |
|
|
unsigned short |
userId, |
|
|
int |
jointId |
|
) |
| |
float omicron::VRPNService::getUpdateInterval |
( |
| ) |
|
|
inline |
virtual void omicron::VRPNService::initialize |
( |
| ) |
|
|
virtual |
virtual void omicron::VRPNService::poll |
( |
| ) |
|
|
virtual |
void omicron::VRPNService::setup |
( |
Setting & |
settings | ) |
|
|
virtual |
void omicron::VRPNService::setUpdateInterval |
( |
float |
value | ) |
|
|
inline |
Sets the data update interval, in seconds.
This is the interval at which this service will generate events If set to zero, the service will generate events as fast as possible.
The documentation for this class was generated from the following file:
- C:/dev/omegalib/release/src/omicron/include/omicron/VRPNService.h