CORDET Framework - C2 Implementation
|
Implementation of TC(5,7) EvtRepDisabledCmd. More...
Go to the source code of this file.
Functions | |
void | CrPsEvtRepDisabledCmdStartAction (FwSmDesc_t smDesc) |
Start action of TC(5,7) EvtRepDisabledCmd. More... | |
void | CrPsEvtRepDisabledCmdProgressAction (FwSmDesc_t smDesc) |
Progress action of TC(5,7) EvtRepDisabledCmd. More... | |
void | CrPsEvtRepDisabledCmdTerminationAction (FwSmDesc_t smDesc) |
Termination action of TC(5,7) EvtRepDisabledCmd. More... | |
Implementation of TC(5,7) EvtRepDisabledCmd.
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 CrPsEvtRepDisabledCmd.h.
void CrPsEvtRepDisabledCmdProgressAction | ( | FwSmDesc_t | smDesc | ) |
Progress action of TC(5,7) EvtRepDisabledCmd.
Configure the (5,8) report with a destination equal to the source of the (5,7) command, load it in the OutLoader, and set the action outcome to ’completed’
smDesc | The state machine descriptor. |
Definition at line 90 of file CrPsEvtRepDisabledCmd.c.
void CrPsEvtRepDisabledCmdStartAction | ( | FwSmDesc_t | smDesc | ) |
Start action of TC(5,7) EvtRepDisabledCmd.
Retrieve (5,8) report from OutFactory and set action outcome to “success’ if retrieval succeeds. If the retrieval fails, generate error report OUTFACTORY FAILED and set outcome of Start Action to ’failed’
smDesc | The state machine descriptor. |
Definition at line 59 of file CrPsEvtRepDisabledCmd.c.
void CrPsEvtRepDisabledCmdTerminationAction | ( | FwSmDesc_t | smDesc | ) |
Termination action of TC(5,7) EvtRepDisabledCmd.
Set action outcome to ’success’
smDesc | The state machine descriptor. |
Definition at line 119 of file CrPsEvtRepDisabledCmd.c.