QP-nano  6.9.0
Real-Time Embedded Framework
QHsmVtable Struct Reference

#include <qepn.h>

Inheritance diagram for QHsmVtable:
QActiveVtable

Data Fields

void(* init )(QHsm *const me)
 
void(* dispatch )(QHsm *const me)
 

Detailed Description

Virtual table for the QHsm class

virtual table for the QHsm class.

Definition at line 191 of file qepn.h.

Field Documentation

◆ init

void(* init) (QHsm *const me)

Triggers the top-most initial transition in a HSM.

Definition at line 193 of file qepn.h.

◆ dispatch

void(* dispatch) (QHsm *const me)

Dispatches an event to a HSM.

Definition at line 196 of file qepn.h.


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