#include <igstkNDIErrorEvent.h>
Public Types | |
typedef NDIErrorEvent | Self |
typedef IGSTKEvent | Superclass |
Public Member Functions | |
NDIErrorEvent () | |
Constructor. | |
NDIErrorEvent (int errorCode) | |
Constructor with error code. | |
NDIErrorEvent (const Self &s) | |
Copy constructor. | |
virtual | ~NDIErrorEvent () |
Destructor. | |
virtual const char * | GetEventName () const |
Get the name of this event. | |
virtual bool | CheckEvent (const ::itk::EventObject *e) const |
check whether an event derives from this event | |
virtual ::itk::EventObject * | MakeObject () const |
Make another event of the same type. | |
const unsigned int | GetErrorCode () const |
Get the error code. |
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.
igstk::NDIErrorEvent::NDIErrorEvent | ( | ) | [inline] |
igstk::NDIErrorEvent::NDIErrorEvent | ( | int | errorCode | ) | [inline] |
igstk::NDIErrorEvent::NDIErrorEvent | ( | const Self & | s | ) | [inline] |
virtual igstk::NDIErrorEvent::~NDIErrorEvent | ( | ) | [inline, virtual] |
virtual const char* igstk::NDIErrorEvent::GetEventName | ( | ) | const [inline, virtual] |
virtual bool igstk::NDIErrorEvent::CheckEvent | ( | const ::itk::EventObject * | e | ) | const [inline, virtual] |
virtual ::itk::EventObject* igstk::NDIErrorEvent::MakeObject | ( | ) | const [inline] |
const unsigned int igstk::NDIErrorEvent::GetErrorCode | ( | ) | const [inline] |