IGSTK
|
Structure holding a notification event. More...
#include <igstkAscension3DGTracker.h>
Public Types | |
enum | ToolEvents { TOOL_DISCONNECTED, TOOL_CONNECTED, TOOL_SATURATED, TOOL_OUT_OF_SATURATION, TOOL_OUT_OF_MOTION_BOX, TOOL_IN_MOTION_BOX, TRANSMITTER_DETACHED, TRANSMITTER_ATTACHED } |
Public Member Functions | |
Ascension3DGToolEventStruct () | |
Public Attributes | |
EventHelperType::StringType | ToolIdentifier |
a text descriptor of the tool the notificatrion is for More... | |
int | toolID |
the id number of the tool the notification is for More... | |
ToolEvents | EventType |
the type of notification More... | |
Structure holding a notification event.
These can be used to monitor the state of the tracker.
Definition at line 38 of file igstkAscension3DGTracker.h.
Definition at line 39 of file igstkAscension3DGTracker.h.
|
inline |
Definition at line 50 of file igstkAscension3DGTracker.h.
EventHelperType::StringType igstk::Ascension3DGToolEventStruct::ToolIdentifier |
a text descriptor of the tool the notificatrion is for
Definition at line 50 of file igstkAscension3DGTracker.h.
int igstk::Ascension3DGToolEventStruct::toolID |
the id number of the tool the notification is for
Definition at line 56 of file igstkAscension3DGTracker.h.
ToolEvents igstk::Ascension3DGToolEventStruct::EventType |
the type of notification
Definition at line 59 of file igstkAscension3DGTracker.h.