QP::QHsm implementation. More...
Go to the source code of this file.
Namespaces | |
namespace | QP |
namespace associated with the QP/C++ framework | |
Macros | |
#define | QEP_TRIG_(state_, sig_) ((*(state_))(this, &QEP_reservedEvt_[sig_])) |
helper macro to trigger internal event in an HSM More... | |
#define | QEP_EXIT_(state_) |
helper macro to trigger exit action in an HSM More... | |
#define | QEP_ENTER_(state_) |
helper macro to trigger entry action in an HSM More... | |
traces to: RQP103
traces to: RQP104
traces to: RQP120
traces to: RQP130
Definition in file qep_hsm.cpp.
#define QEP_TRIG_ | ( | state_, | |
sig_ | |||
) | ((*(state_))(this, &QEP_reservedEvt_[sig_])) |
Definition at line 46 of file qep_hsm.cpp.
#define QEP_EXIT_ | ( | state_ | ) |
Definition at line 50 of file qep_hsm.cpp.
#define QEP_ENTER_ | ( | state_ | ) |
Definition at line 60 of file qep_hsm.cpp.