QP/C Real-Time Event Framework 8.1.5
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.

Forward Traceability

  • DVR_QP_MC5_R19_2: MISRA-C:2025 Rule 19.2(Advisory): The union keyword should not be used

Definition at line 166 of file qp.h.

Member Data Documentation

◆ fun

QStateHandler fun
private

Definition at line 167 of file qp.h.

◆ act

QActionHandler act
private

Definition at line 168 of file qp.h.

◆ thr

QXThreadHandler thr
private

Definition at line 169 of file qp.h.

◆ tatbl

QMTranActTable const* tatbl
private

Definition at line 170 of file qp.h.

◆ obj

struct QMState const* obj
private

Definition at line 171 of file qp.h.

◆ uint

uintptr_t uint
private

Definition at line 172 of file qp.h.


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