CORDET Framework - C2 Implementation
|
Implementation of the Command (3,1) to Create a Housekeeping Report Structure in-coming command packet. More...
Go to the source code of this file.
Functions | |
void | CrPsHkCreateCmdStartAction (FwSmDesc_t smDesc) |
Start action of the Command (3,1) to Create a Housekeeping Report Structure in-coming command packet. More... | |
void | CrPsHkCreateCmdProgressAction (FwSmDesc_t smDesc) |
Progress action of the Command (3,1) to Create a Housekeeping Report Structure in-coming command packet. More... | |
void | CrPsHkCreateCmdTerminationAction (FwSmDesc_t smDesc) |
Termination Action of the Command (3,1) to Create a Housekeeping Report Structure in-coming command packet. More... | |
Implementation of the Command (3,1) to Create a Housekeeping Report Structure 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 CrPsHkCreateCmd.c.
void CrPsHkCreateCmdProgressAction | ( | FwSmDesc_t | smDesc | ) |
Progress action of the Command (3,1) to Create a Housekeeping Report Structure in-coming command packet.
Add the definition of the new report to the RDL, set its enabled status to ’disabled’, and set the action outcome to ’completed’
smDesc | the state machine descriptor |
Definition at line 61 of file CrPsHkCreateCmd.c.
void CrPsHkCreateCmdStartAction | ( | FwSmDesc_t | smDesc | ) |
Start action of the Command (3,1) to Create a Housekeeping Report Structure in-coming command packet.
Run the procedure Start Action of HkCreate Command of figure 9.1
smDesc | the state machine descriptor |
Definition at line 49 of file CrPsHkCreateCmd.c.
void CrPsHkCreateCmdTerminationAction | ( | FwSmDesc_t | smDesc | ) |
Termination Action of the Command (3,1) to Create a Housekeeping Report Structure in-coming command packet.
Set action outcome to ’success’
smDesc | the state machine descriptor |
Definition at line 133 of file CrPsHkCreateCmd.c.