Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IFsm::processEvent ( P6FSMEVENT  nEvent,
P6FSMACTION pnAction 
)
pure virtual

Given an event, this methof runs the state machine to the next state and returns the associated action to be performed.

Parameters
nEvent[ in ] The event to process.
pnAction[ out ] The address of a variable that will receive the integer value associated with the next action to be performed. If the value returned if 0, no action should be performed.
Returns