CORDET Framework - C2 Implementation
|
Implementation of TC(5,6) EvtDisableCmd. More...
Go to the source code of this file.
Functions | |
void | CrPsEvtDisableCmdStartAction (FwSmDesc_t smDesc) |
Start action of TC(5,6) EvtDisableCmd. More... | |
void | CrPsEvtDisableCmdProgressAction (FwSmDesc_t smDesc) |
Progress action of TC(5,6) EvtDisableCmd. More... | |
void | CrPsEvtDisableCmdTerminationAction (FwSmDesc_t smDesc) |
Termination action of TC(5,6) EvtDisableCmd. More... | |
Implementation of TC(5,6) EvtDisableCmd.
last modification: 22.01.2018
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Definition in file CrPsEvtDisableCmd.h.
void CrPsEvtDisableCmdProgressAction | ( | FwSmDesc_t | smDesc | ) |
Progress action of TC(5,6) EvtDisableCmd.
For each valid EID found by the Start Action of the command: set the corresponding element of the array isEidEnabled to false and then increment nDisabledEid x (’x’ is the severity level of the EID). Set the action outcome to ’completed’.
smDesc | The state machine descriptor. |
Definition at line 68 of file CrPsEvtDisableCmd.c.
void CrPsEvtDisableCmdStartAction | ( | FwSmDesc_t | smDesc | ) |
Start action of TC(5,6) EvtDisableCmd.
Run the procedure Start Action of Multi-EID Command of figure 10.1
smDesc | The state machine descriptor. |
Definition at line 45 of file CrPsEvtDisableCmd.c.
void CrPsEvtDisableCmdTerminationAction | ( | FwSmDesc_t | smDesc | ) |
Termination action of TC(5,6) EvtDisableCmd.
Set action outcome to ’success’
smDesc | The state machine descriptor. |
Definition at line 132 of file CrPsEvtDisableCmd.c.