17 #ifndef __igstkNDIErrorEvent_h
18 #define __igstkNDIErrorEvent_h
48 m_ErrorCode = errorCode; }
52 m_ErrorCode = s.m_ErrorCode; }
59 return "NDIErrorEvent"; }
62 virtual bool CheckEvent(const ::itk::EventObject* e)
const {
63 return dynamic_cast<const Self*
>(e); }
74 void operator=(
const Self&);
virtual bool CheckEvent(const ::itk::EventObject *e) const
check whether an event derives from this event
NDIErrorEvent(int errorCode)
Constructor with error code.
virtual ::itk::EventObject * MakeObject() const
Make another event of the same type.
virtual const char * GetEventName() const
Get the name of this event.
NDIErrorEvent(const Self &s)
Copy constructor.
const unsigned int GetErrorCode() const
Get the error code.
virtual ~NDIErrorEvent()
Destructor.
NDIErrorEvent()
Constructor.
Report errors for the NDICommandInterpreter.