IGSTK
|
Report errors for the NDICommandInterpreter. More...
#include <igstkNDIErrorEvent.h>
Inherits IGSTKEvent.
Public Types | |
typedef NDIErrorEvent | Self |
typedef IGSTKEvent | Superclass |
Public Member Functions | |
NDIErrorEvent () | |
Constructor. More... | |
NDIErrorEvent (int errorCode) | |
Constructor with error code. More... | |
NDIErrorEvent (const Self &s) | |
Copy constructor. More... | |
virtual | ~NDIErrorEvent () |
Destructor. More... | |
virtual const char * | GetEventName () const |
Get the name of this event. More... | |
virtual bool | CheckEvent (const ::itk::EventObject *e) const |
check whether an event derives from this event More... | |
virtual ::itk::EventObject * | MakeObject () const |
Make another event of the same type. More... | |
const unsigned int | GetErrorCode () const |
Get the error code. More... | |
Report errors for the NDICommandInterpreter.
The NDIErrorEvent is generated whenever NDICommandInterpreter encounters an error while communicating with an NDI tracking device.
Definition at line 35 of file igstkNDIErrorEvent.h.
Definition at line 39 of file igstkNDIErrorEvent.h.
typedef IGSTKEvent igstk::NDIErrorEvent::Superclass |
Definition at line 40 of file igstkNDIErrorEvent.h.
|
inline |
Constructor.
Definition at line 43 of file igstkNDIErrorEvent.h.
|
inline |
Constructor with error code.
Definition at line 47 of file igstkNDIErrorEvent.h.
|
inline |
Copy constructor.
Definition at line 51 of file igstkNDIErrorEvent.h.
|
inlinevirtual |
Destructor.
Definition at line 55 of file igstkNDIErrorEvent.h.
|
inlinevirtual |
Get the name of this event.
Definition at line 58 of file igstkNDIErrorEvent.h.
|
inlinevirtual |
check whether an event derives from this event
Definition at line 62 of file igstkNDIErrorEvent.h.
|
inline |
Make another event of the same type.
Definition at line 66 of file igstkNDIErrorEvent.h.
|
inline |
Get the error code.
Definition at line 70 of file igstkNDIErrorEvent.h.