Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
qep.h File Reference
QEP/C++ platform-independent public interface. More...
Go to the source code of this file.
Data Structures | |
| class | QEP |
| Provides miscellaneous QEP services. More... | |
| class | QFsm |
| Finite State Machine base class. More... | |
| class | QHsm |
| Hierarchical State Machine base class. More... | |
Typedefs | |
| typedef uint8_t | QState |
| Type returned from a state-handler function. | |
| typedef QState(* | QStateHandler )(void *me, QEvent const *e) |
| pointer to state-handler function | |
Enumerations | |
| enum | QReservedSignals { Q_ENTRY_SIG = 1, Q_EXIT_SIG, Q_INIT_SIG, Q_USER_SIG } |
QEP reserved signals. More... | |
Detailed Description
QEP/C++ platform-independent public interface.
This header file must be included directly or indirectly in all modules (*.cpp files) that use QEP/C++.
Definition in file qep.h.
Typedef Documentation
| typedef uint8_t QState |
| typedef QState(* QStateHandler)(void *me, QEvent const *e) |
Enumeration Type Documentation
| enum QReservedSignals |
Generated on Tue Jul 12 2022 20:22:36 by
1.7.2