State object for the QMsm class (QM State Machine).
Details
This class groups together the attributes of a QMsm state, such as the parent state (state nesting), the associated state handler function, and the exit action handler function. These attributes are used inside the QMsm::QMsm_dispatch_() and QMsm::QMsm_init_() implementations.
- Attention
- The QMState class is only intended for the QM code generator and should not be used in hand-crafted code.
Forward Traceability
Definition at line 151 of file qp.h.