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.
- Backward Traceability
- SRS_QP_SM_21: QP Framework should provide a State Machine Implementation Strategy optimized for "automatic code generation"
- Attention
- The QMState class is only intended for the QM code generator and should not be used in hand-crafted code.
Definition at line 242 of file qp.h.