QP/C  7.2.2
Real-Time Embedded Framework
Loading...
Searching...
No Matches
qep_hsm.c File Reference

QHsm implementation More...

#include "qep_port.h"
#include "qassert.h"
#include "qs_port.h"
#include "qs_pkg.h"

Go to the source code of this file.

Enumerations

enum  { QHSM_MAX_NEST_DEPTH_ = 6 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

maximum depth of state nesting in a HSM (including the top level), must be >= 3

Enumerator
QHSM_MAX_NEST_DEPTH_ 

Definition at line 99 of file qep_hsm.c.