|
Pyrogenesis
13997
|
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 |
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.
|
private |
1.8.5