QP/C  8.0.4
Real-Time Event Framework
Loading...
Searching...
No Matches
qep_msm.c File Reference

QMsm class implementation More...

#include "qp_port.h"
#include "qsafe.h"
#include "qs_port.h"
#include "qs_pkg.h"

Go to the source code of this file.

Macros

#define QMSM_MAX_NEST_DEPTH_   ((int_fast8_t)6)
 maximum depth of state nesting in a QMsm (including the top level)
 
#define QMSM_MAX_TRAN_LENGTH_   ((int_fast8_t)(2*QMSM_MAX_NEST_DEPTH_))
 maximum length of transition-action array
 

Detailed Description

QMsm class implementation

Definition in file qep_msm.c.

Macro Definition Documentation

◆ QMSM_MAX_NEST_DEPTH_

#define QMSM_MAX_NEST_DEPTH_   ((int_fast8_t)6)

maximum depth of state nesting in a QMsm (including the top level)

◆ QMSM_MAX_TRAN_LENGTH_

#define QMSM_MAX_TRAN_LENGTH_   ((int_fast8_t)(2*QMSM_MAX_NEST_DEPTH_))

maximum length of transition-action array