Here are the data structures with brief descriptions:
CFDCheckData | Type for the data of an FD Check State Machine |
CFwPrDesc | Structure representing a procedure descriptor |
CFwRtDesc | Structure representing a RT Container Descriptor |
CFwSmDesc | Structure representing a state machine descriptor |
CPrANode_t | Structure representing an action node in a procedure |
CPrBaseDesc_t | Structure representing the base descriptor of a procedure |
CPrDNode_t | Structure representing a decision node in a procedure |
CPrFlow_t | Structure representing a control flow |
CSmBaseDesc_t | Structure representing the base descriptor of a state machine |
CSmCState_t | Structure representing a choice pseudo state in a state machine |
CSmPState_t | Structure representing a proper state in state machine |
CSmTrans_t | Structure representing a transition |
CTestPrData | Type for the data structure passed to all procedures made by the functions declared by this header file |
CTestRtData | Type for the data structure passed to all RT Containers made by the functions declared by this header file |
CTestSmData | Type for the state machine data for the test state machines |