CORDET Framework - C2 Implementation
|
Implementation of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet. More...
Go to the source code of this file.
Functions | |
void | CrPsHkOneShotCmdStartAction (FwSmDesc_t smDesc) |
Start action of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet. More... | |
void | CrPsHkOneShotCmdProgressAction (FwSmDesc_t smDesc) |
Progress action of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet. More... | |
void | CrPsHkOneShotCmdTerminationAction (FwSmDesc_t smDesc) |
Termination Action of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet. More... | |
Variables | |
unsigned short | nmbSucc |
Implementation of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet.
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 CrPsHkOneShotCmd.c.
void CrPsHkOneShotCmdProgressAction | ( | FwSmDesc_t | smDesc | ) |
Progress action of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet.
Run the procedure Progress Action of Generate One-Shot Housekeeping Report of figure 9.6
smDesc | the state machine descriptor |
Definition at line 87 of file CrPsHkOneShotCmd.c.
void CrPsHkOneShotCmdStartAction | ( | FwSmDesc_t | smDesc | ) |
Start action of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet.
Run the procedure Start Action of Multi-SID Command of figure 9.3
smDesc | the state machine descriptor |
Definition at line 47 of file CrPsHkOneShotCmd.c.
void CrPsHkOneShotCmdTerminationAction | ( | FwSmDesc_t | smDesc | ) |
Termination Action of the Command (3,27) to Generate One-Shot Housekeeping Report in-coming command packet.
Set action outcome to ’success’ if all valid SIDs in the command were successfully processed by the progress action; set it to ’failure’ otherwise
smDesc | the state machine descriptor |
Definition at line 139 of file CrPsHkOneShotCmd.c.