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 | |
int | toolID |
the id number of the tool the notification is for | |
ToolEvents | EventType |
the type of notification |
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.
igstk::Ascension3DGToolEventStruct::Ascension3DGToolEventStruct | ( | ) | [inline] |
Definition at line 50 of file igstkAscension3DGTracker.h.
a text descriptor of the tool the notificatrion is for
Definition at line 50 of file igstkAscension3DGTracker.h.
the id number of the tool the notification is for
Definition at line 56 of file igstkAscension3DGTracker.h.
the type of notification
Definition at line 59 of file igstkAscension3DGTracker.h.