IGSTK
Public Types | Public Member Functions | List of all members
igstk::NDIErrorEvent Class Reference

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...
 

Detailed Description

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.

Member Typedef Documentation

Definition at line 39 of file igstkNDIErrorEvent.h.

Definition at line 40 of file igstkNDIErrorEvent.h.

Constructor & Destructor Documentation

igstk::NDIErrorEvent::NDIErrorEvent ( )
inline

Constructor.

Definition at line 43 of file igstkNDIErrorEvent.h.

igstk::NDIErrorEvent::NDIErrorEvent ( int  errorCode)
inline

Constructor with error code.

Definition at line 47 of file igstkNDIErrorEvent.h.

igstk::NDIErrorEvent::NDIErrorEvent ( const Self s)
inline

Copy constructor.

Definition at line 51 of file igstkNDIErrorEvent.h.

virtual igstk::NDIErrorEvent::~NDIErrorEvent ( )
inlinevirtual

Destructor.

Definition at line 55 of file igstkNDIErrorEvent.h.

Member Function Documentation

virtual const char* igstk::NDIErrorEvent::GetEventName ( ) const
inlinevirtual

Get the name of this event.

Definition at line 58 of file igstkNDIErrorEvent.h.

virtual bool igstk::NDIErrorEvent::CheckEvent ( const ::itk::EventObject *  e) const
inlinevirtual

check whether an event derives from this event

Definition at line 62 of file igstkNDIErrorEvent.h.

virtual ::itk::EventObject* igstk::NDIErrorEvent::MakeObject ( ) const
inline

Make another event of the same type.

Definition at line 66 of file igstkNDIErrorEvent.h.

const unsigned int igstk::NDIErrorEvent::GetErrorCode ( ) const
inline

Get the error code.

Definition at line 70 of file igstkNDIErrorEvent.h.


The documentation for this class was generated from the following file: