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

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

#include <qp.hpp>

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.

Forward Traceability

  • DVR_QP_MP2_R12_3_1: Rule 12.3.1(Required): The union keyword shall not be used

Definition at line 155 of file qp.hpp.

Member Data Documentation

◆ fun

QStateHandler QP::QAsmAttr::fun

Definition at line 156 of file qp.hpp.

◆ act

QActionHandler QP::QAsmAttr::act

Definition at line 157 of file qp.hpp.

◆ thr

QXThreadHandler QP::QAsmAttr::thr

Definition at line 158 of file qp.hpp.

◆ obj

QMState const* QP::QAsmAttr::obj

Definition at line 159 of file qp.hpp.

◆ tatbl

QMTranActTable const* QP::QAsmAttr::tatbl

Definition at line 160 of file qp.hpp.

◆ uint

std::uintptr_t QP::QAsmAttr::uint

Definition at line 161 of file qp.hpp.


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