Components/Libraries/XF/FreeRTOS/IStateMachine

(Difference between revisions)
Jump to: navigation, search
(IStateMachine(string oName))
(~IStateMachine() [virtual])
Line 13: Line 13:
 
== ~IStateMachine() [virtual] ==
 
== ~IStateMachine() [virtual] ==
 
=== Description ===
 
=== Description ===
 +
The destructor of the IStateMachine.
 +
 
== void setName(string oNewName) ==
 
== void setName(string oNewName) ==
 
=== Description ===
 
=== Description ===

Revision as of 13:40, 21 August 2017

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

Parameters

string getName()

Description

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