State object for the QP::QMsm class (QM State Machine)
- Details
- This class groups together the attributes of a QP 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 QP QMsm::dispatch_() and QP 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 QP QMState class is only intended for the QM code generator and should not be used in hand-crafted code.
Definition at line 181 of file qp.hpp.