Components/Libraries/XF/FreeRTOS/IStateMachine

From UIT
Revision as of 13:40, 21 August 2017 by Sara.chalokh (Talk | contribs)
Jump to: navigation, search

Contents

IStateMachine

This is an interface that defines all basic methods of a state machine

Member Attributes

Member Functions Documentation

IStateMachine(string oName)

Description

The constructor of the IStateMachine

Parameters

string oName : the name of the state machine

~IStateMachine() [virtual]

Description

The destructor of the IStateMachine.

void setName(string oNewName)

Description

Set the name of the state machine

Parameters

string oNewName : the new name of the state machine

string getName()

Description

Returns the name of the state machine.

void startProcessing() [pure virtual]

Description

pushEvent(Event* opEv) [pusr virtual]

Description

Parameters

eEventStatus process(Event* opEv) [pure virtual]

Description

Parameters

void cancelEvent(Event* opEv) [pure virtual]

Description

Parameters

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox