CORDET Framework - C2 Implementation
|
Implementation of TC(5,5) EvtEnableCmd. More...
Go to the source code of this file.
Functions | |
void | CrPsEvtEnableCmdStartAction (FwSmDesc_t smDesc) |
Start action of TC(5,5) EvtEnableCmd. More... | |
void | CrPsEvtEnableCmdProgressAction (FwSmDesc_t smDesc) |
Progress action of TC(5,5) EvtEnableCmd. More... | |
void | CrPsEvtEnableCmdTerminationAction (FwSmDesc_t smDesc) |
Termination action of TC(5,5) EvtEnableCmd. More... | |
Implementation of TC(5,5) EvtEnableCmd.
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 CrPsEvtEnableCmd.h.
void CrPsEvtEnableCmdProgressAction | ( | FwSmDesc_t | smDesc | ) |
Progress action of TC(5,5) EvtEnableCmd.
For each valid EID found by the Start Action of the command: set the corresponding element of the array isEidEnabled to true and then decrement 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 CrPsEvtEnableCmd.c.
void CrPsEvtEnableCmdStartAction | ( | FwSmDesc_t | smDesc | ) |
Start action of TC(5,5) EvtEnableCmd.
Run the procedure Start Action of Multi-EID Command of figure 10.1
smDesc | The state machine descriptor. |
Definition at line 45 of file CrPsEvtEnableCmd.c.
void CrPsEvtEnableCmdTerminationAction | ( | FwSmDesc_t | smDesc | ) |
Termination action of TC(5,5) EvtEnableCmd.
Set action outcome to ’success’
smDesc | The state machine descriptor. |
Definition at line 131 of file CrPsEvtEnableCmd.c.