Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

PilotEvent Class Reference

Event for reporting the results of a Pilot operation. More...

#include <PilotEvent.h>

Inheritance diagram for PilotEvent:

Detailed Description

Event for reporting the results of a Pilot operation.

Definition at line 15 of file PilotEvent.h.

List of all members.

Public Member Functions

virtual RequestType_t getRequestType () const
virtual ErrorType_t getErrorType () const
 PilotEvent ()
 Constructor.
 PilotEvent (EventGeneratorID_t gid, size_t sid, EventTypeID_t tid, unsigned int dur=0)
 Constructor.
virtual EventBaseclone () const
 allows a copy to be made of an event, supporting polymorphism
 PilotEvent (const PilotEvent &other)

Public Attributes

RequestType_t requestType
ErrorType_t errorType

Constructor & Destructor Documentation

PilotEvent::PilotEvent (  ) 

Constructor.

Definition at line 25 of file PilotEvent.h.

Referenced by clone().

PilotEvent::PilotEvent ( EventGeneratorID_t  gid,
size_t  sid,
EventTypeID_t  tid,
unsigned int  dur = 0 
)

Constructor.

Definition at line 28 of file PilotEvent.h.

PilotEvent::PilotEvent ( const PilotEvent other  ) 

Definition at line 33 of file PilotEvent.h.


Member Function Documentation

virtual EventBase* PilotEvent::clone (  )  const [virtual]

allows a copy to be made of an event, supporting polymorphism

Must be overridden by all subclasses to allow this to happen

I would like to switch this over to the cloneable interface once the compiler gets updated out of the 3.3 branch... see Cloneable::clone() for a discussion of the issue and implementation notes.

Reimplemented from EventBase.

Definition at line 31 of file PilotEvent.h.

virtual ErrorType_t PilotEvent::getErrorType (  )  const [virtual]

Definition at line 22 of file PilotEvent.h.

Referenced by PilotTrans::doEvent().

virtual RequestType_t PilotEvent::getRequestType (  )  const [virtual]

Definition at line 21 of file PilotEvent.h.


Member Data Documentation

ErrorType_t PilotEvent::errorType

Definition at line 19 of file PilotEvent.h.

Referenced by getErrorType().

RequestType_t PilotEvent::requestType

Definition at line 18 of file PilotEvent.h.

Referenced by getRequestType().


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:14 2016 by Doxygen 1.6.3