RKH
RKH_RSM_T Struct Reference

Describes a (referenced) submachine state machine. More...

#include <rkhsm.h>

Data Fields

RKH_BASE_T base
 Maintains the basic information of state.
 
RKHROM void * defchild
 Points to state's default child.
 
RKH_TRN_ACT_T iaction
 Points to initializing action (optional). More...
 
RKHROM RKH_ST_T ** dyp
 Points to RAM memory location which stores the dynamic parent.
 

Detailed Description

Describes a (referenced) submachine state machine.

Definition at line 2380 of file rkhsm.h.

Field Documentation

◆ iaction

RKH_TRN_ACT_T iaction

Points to initializing action (optional).

The function prototype is defined as RKH_TRN_ACT_T. This argument is optional, thus it could be declared as NULL.

Definition at line 2401 of file rkhsm.h.


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