#include "qep_port.h"
Go to the source code of this file.
Defines | |
| #define | QEP_TRIG_(state_, sig_) ((*(state_))(this, &QEP_reservedEvt_[sig_])) |
| helper macro to trigger internal event in an HSM | |
| #define | QEP_EXIT_(state_) |
| helper macro to trigger entry action in an HSM | |
| #define | QEP_ENTER_(state_) |
| helper macro to trigger exit action in an HSM | |
Enumerations | |
| enum | QEPConst { QEP_EMPTY_SIG_ = 0, QEP_MAX_NEST_DEPTH_ = 6 } |
| internal QEP constants More... | |
Variables | |
| QEvent const | QEP_reservedEvt_ [] |
| preallocated reserved events | |
Definition in file qep_pkg.h.
| enum QEPConst |
1.5.4