The OMComponentState class
defines methods that affect component states in statecharts.
This class is defined in the header file state.h.
Method
summary- enterState
- Specifies the method called on the entry to the
state (the entry action)
- in
- Checks
whether the owner class is in this state
- takeEvent
- Takes the specified event off the queue
Flags
active marks the component state
as active.
It is defined as follows:
OMState* active;