QP/C++  8.0.0
Real-Time Embedded Framework
Loading...
Searching...
No Matches
QP::QAsmAttr Union Reference

Attribute of for the QP::QAsm class (Abstract State Machine) More...

#include "qp.hpp"

Public Member Functions

constexpr QAsmAttr ()
 

Public Attributes

QStateHandler fun
 
QActionHandler act
 
QXThreadHandler thr
 
QMState const * obj
 
QMTranActTable const * tatbl
 
std::uintptr_t uint
 

Detailed Description

Attribute of for the QP::QAsm class (Abstract State Machine)

Details
This union represents possible values stored in the 'state' and 'temp' attributes of the QP::QAsm class.
Backward Traceability
  • DVP_QP_MC4_R19_02 : Rule 19.2(Advisory): The union keyword should not be used

Definition at line 196 of file qp.hpp.

Constructor & Destructor Documentation

◆ QAsmAttr()

QP::QAsmAttr::QAsmAttr ( )
inlineconstexpr

Definition at line 205 of file qp.hpp.

Member Data Documentation

◆ fun

QStateHandler QP::QAsmAttr::fun

Definition at line 197 of file qp.hpp.

◆ act

QActionHandler QP::QAsmAttr::act

Definition at line 198 of file qp.hpp.

◆ thr

QXThreadHandler QP::QAsmAttr::thr

Definition at line 199 of file qp.hpp.

◆ obj

QMState const* QP::QAsmAttr::obj

Definition at line 200 of file qp.hpp.

◆ tatbl

QMTranActTable const* QP::QAsmAttr::tatbl

Definition at line 201 of file qp.hpp.

◆ uint

std::uintptr_t QP::QAsmAttr::uint

Definition at line 203 of file qp.hpp.


The documentation for this union was generated from the following file: