QP/C++  8.0.2
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
 

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 170 of file qp.hpp.

Member Data Documentation

◆ fun

QStateHandler QP::QAsmAttr::fun

Definition at line 171 of file qp.hpp.

◆ act

QActionHandler QP::QAsmAttr::act

Definition at line 172 of file qp.hpp.

◆ thr

QXThreadHandler QP::QAsmAttr::thr

Definition at line 173 of file qp.hpp.

◆ obj

QMState const* QP::QAsmAttr::obj

Definition at line 174 of file qp.hpp.

◆ tatbl

QMTranActTable const* QP::QAsmAttr::tatbl

Definition at line 175 of file qp.hpp.


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