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

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

#include "qp.h"

Private Attributes

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

Detailed Description

Attribute of for the QAsm class (Abstract State Machine)

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

Definition at line 243 of file qp.h.

Member Data Documentation

◆ fun

QStateHandler fun
private

Definition at line 244 of file qp.h.

◆ act

QActionHandler act
private

Definition at line 245 of file qp.h.

◆ thr

QXThreadHandler thr
private

Definition at line 246 of file qp.h.

◆ tatbl

QMTranActTable const* tatbl
private

Definition at line 247 of file qp.h.

◆ obj

struct QMState const* obj
private

Definition at line 248 of file qp.h.

◆ uint

uintptr_t uint
private

Definition at line 250 of file qp.h.


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