QP/C++  7.4.0-rc.3
Real-Time Embedded Framework
Loading...
Searching...
No Matches
qep_msm.cpp File Reference

QP::QMsm class implementation. More...

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

Go to the source code of this file.

Namespaces

namespace  QP
 QP/C++ framework.
 

Variables

static constexpr std::int_fast8_t QMSM_MAX_NEST_DEPTH_ {8}
 
static constexpr std::int_fast8_t QMSM_MAX_TRAN_LENGTH_ {2*QMSM_MAX_NEST_DEPTH_}
 
static constexpr std::int_fast8_t QMSM_MAX_ENTRY_DEPTH_ {4}
 

Detailed Description

QP::QMsm class implementation.

Definition in file qep_msm.cpp.

Variable Documentation

◆ QMSM_MAX_NEST_DEPTH_

std::int_fast8_t QMSM_MAX_NEST_DEPTH_ {8}
staticconstexpr

Definition at line 76 of file qep_msm.cpp.

◆ QMSM_MAX_TRAN_LENGTH_

std::int_fast8_t QMSM_MAX_TRAN_LENGTH_ {2*QMSM_MAX_NEST_DEPTH_}
staticconstexpr

Definition at line 79 of file qep_msm.cpp.

◆ QMSM_MAX_ENTRY_DEPTH_

std::int_fast8_t QMSM_MAX_ENTRY_DEPTH_ {4}
staticconstexpr

Definition at line 82 of file qep_msm.cpp.