FW Profile - C1 Implementation
|
Type for the data of an FD Check State Machine. More...
Data Fields | |
FDCheckId_t | fdCheckId |
Identity of the FD Check to which this data structure is attached. | |
int | counter |
The number of consecutive anomalies which have been detected by the Anomaly Detection Check. | |
int | cntLimit |
The number of consecutive anomalies which must be detected in order for the FD Check to enter state FAILED. | |
FDCheckOutcome_t | detectionCheckOutcome |
The outcome of the last call to the Anomaly Detection Check. | |
Type for the data of an FD Check State Machine.
The fields in this structure represent data which are used by a generic FD Check State Machine. An instance of this data structure is stored in the state machine descriptor of each FD Check State Machine and is consequently available to all functions implementing actions and guards of an FD Check State Machine.
Definition at line 108 of file FwDaFDCheck.h.