Pyrogenesis  trunk
Public Member Functions | Private Member Functions | Private Attributes | List of all members
CFsmEvent Class Reference

Represents a signal in the state machine that a change has occurred. More...

#include <fsm.h>

Public Member Functions

 CFsmEvent (unsigned int type)
 
 ~CFsmEvent (void)
 
unsigned int GetType (void) const
 
void * GetParamRef (void)
 
void SetParamRef (void *pParam)
 

Private Member Functions

 NONCOPYABLE (CFsmEvent)
 

Private Attributes

unsigned int m_Type
 
void * m_Param
 

Detailed Description

Represents a signal in the state machine that a change has occurred.

The CFsmEvent objects are under the control of CFsm so they are created and deleted via CFsm.

Constructor & Destructor Documentation

CFsmEvent::CFsmEvent ( unsigned int  type)
CFsmEvent::~CFsmEvent ( void  )

Member Function Documentation

void* CFsmEvent::GetParamRef ( void  )
inline
unsigned int CFsmEvent::GetType ( void  ) const
inline
CFsmEvent::NONCOPYABLE ( CFsmEvent  )
private
void CFsmEvent::SetParamRef ( void *  pParam)

Member Data Documentation

void* CFsmEvent::m_Param
private
unsigned int CFsmEvent::m_Type
private

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