CORDET Framework - C2 Implementation
|
Command (3,3) to Delete a Housekeeping Report Structure. More...
Go to the source code of this file.
Functions | |
void | CrPsHkDeleteCmdStartAction (FwSmDesc_t smDesc) |
Start action of the Command (3,3) to Delete a Housekeeping Report Structure in-coming command packet. More... | |
void | CrPsHkDeleteCmdProgressAction (FwSmDesc_t smDesc) |
Progress action of the Command (3,3) to Delete a Housekeeping Report Structure in-coming command packet. More... | |
void | CrPsHkDeleteCmdTerminationAction (FwSmDesc_t smDesc) |
Termination Action of the Command (3,3) to Delete a Housekeeping Report Structure in-coming command packet. More... | |
Command (3,3) to Delete a Housekeeping Report Structure.
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 CrPsHkDeleteCmd.h.
void CrPsHkDeleteCmdProgressAction | ( | FwSmDesc_t | smDesc | ) |
Progress action of the Command (3,3) to Delete a Housekeeping Report Structure in-coming command packet.
Delete the entries in the RDL corresponding to the SIDs which have been identified as valid by the Start Action and then set the action outcome to ’completed’
smDesc | the state machine descriptor |
Definition at line 68 of file CrPsHkDeleteCmd.c.
void CrPsHkDeleteCmdStartAction | ( | FwSmDesc_t | smDesc | ) |
Start action of the Command (3,3) to Delete a Housekeeping Report Structure in-coming command packet.
Run the procedure Start Action of HkDelete Command of figure 9.2
smDesc | the state machine descriptor |
Start action of the Command (3,3) to Delete a Housekeeping Report Structure in-coming command packet.
FW Profile function definitions
Definition at line 49 of file CrPsHkDeleteCmd.c.
void CrPsHkDeleteCmdTerminationAction | ( | FwSmDesc_t | smDesc | ) |
Termination Action of the Command (3,3) to Delete a Housekeeping Report Structure in-coming command packet.
Set action outcome to ’success’
smDesc | the state machine descriptor |
Definition at line 124 of file CrPsHkDeleteCmd.c.