FW Profile - C1 Implementation
|
Type for the data structure passed to all RT Containers made by the functions declared by this header file. More...
Data Fields | |
int | npInitCounter |
Counter incremented by the Initialization Action of the Notification Procedure. More... | |
int | npFinalCounter |
Counter incremented by the Finalization Action of the Notification Procedure. More... | |
int | npImplNotifLogicCounter |
Counter incremented by the Implement Notification Logic Action. More... | |
FwRtOutcome_t | npImplNotifLogicFlag |
Flag determining outcome of Implement Notification Logic Action. More... | |
int | apInitCounter |
Counter incremented by the Initialization Action of the Activation Procedure. More... | |
int | apFinalCounter |
Counter incremented by the Finalization Action of the Activation Procedure. More... | |
int | apSetupNotifCounter |
Counter incremented by the Setup Notification Action. More... | |
int | apImplActivLogicCounter |
Counter increment by the Implement Activation Logic Action. More... | |
FwRtOutcome_t | apImplActivLogicFlag |
Flag determining outcome of Implement Activation Logic Action. More... | |
int | apExecFuncBehaviourCounter |
Counter incremented by the Execute Functional Behaviour Action. More... | |
FwRtOutcome_t | apExecFuncBehaviourFlag |
Flag determining the outcome of the Execute Functional Behaviour Action. More... | |
Type for the data structure passed to all RT Containers made by the functions declared by this header file.
The counters are incremented by the actions in the container procedures and the flags are used to determine the outcome of the guards of the container procedures.
Definition at line 37 of file FwRtMakeTest.h.
int apExecFuncBehaviourCounter |
Counter incremented by the Execute Functional Behaviour Action.
Definition at line 57 of file FwRtMakeTest.h.
FwRtOutcome_t apExecFuncBehaviourFlag |
Flag determining the outcome of the Execute Functional Behaviour Action.
Definition at line 59 of file FwRtMakeTest.h.
int apFinalCounter |
Counter incremented by the Finalization Action of the Activation Procedure.
Definition at line 49 of file FwRtMakeTest.h.
int apImplActivLogicCounter |
Counter increment by the Implement Activation Logic Action.
Definition at line 53 of file FwRtMakeTest.h.
FwRtOutcome_t apImplActivLogicFlag |
Flag determining outcome of Implement Activation Logic Action.
Definition at line 55 of file FwRtMakeTest.h.
int apInitCounter |
Counter incremented by the Initialization Action of the Activation Procedure.
Definition at line 47 of file FwRtMakeTest.h.
int apSetupNotifCounter |
Counter incremented by the Setup Notification Action.
Definition at line 51 of file FwRtMakeTest.h.
int npFinalCounter |
Counter incremented by the Finalization Action of the Notification Procedure.
Definition at line 41 of file FwRtMakeTest.h.
int npImplNotifLogicCounter |
Counter incremented by the Implement Notification Logic Action.
Definition at line 43 of file FwRtMakeTest.h.
FwRtOutcome_t npImplNotifLogicFlag |
Flag determining outcome of Implement Notification Logic Action.
Definition at line 45 of file FwRtMakeTest.h.
int npInitCounter |
Counter incremented by the Initialization Action of the Notification Procedure.
Definition at line 39 of file FwRtMakeTest.h.