QHsm_isIn() implementation. More...
#include "qep_pkg.h"Go to the source code of this file.
Functions | |
| uint8_t | QHsm_isIn (QHsm *me, QStateHandler state) |
| Tests if a given state is part of the current active state configuratioin. | |
QHsm_isIn() implementation.
Definition in file qhsm_in.c.
| uint8_t QHsm_isIn | ( | QHsm * | me, | |
| QStateHandler | state | |||
| ) |
Tests if a given state is part of the current active state configuratioin.
| me | is the pointer the state machine structure derived from QHsm. | |
| state | is a pointer to the state handler function, e.g., &QCalc_on. |
Definition at line 37 of file qhsm_in.c.
References Q_RET_IGNORED, QEP_EMPTY_SIG_, and QEP_TRIG_.
1.6.3