CORDET Framework - C2 Implementation
|
Implementation of the utility functions of the CORDET Framework PUS Extension Service 3 (Housekeeping) More...
Go to the source code of this file.
Functions | |
int | CrPsInitServHk () |
Initialization of CORDET Framework PUS Extension components. More... | |
void | CrPsExecServHk () |
Execution of CORDET Framework PUS Extension components. More... | |
FwPrDesc_t | getPrDescHkCmd3s1Start () |
Getter for HkCmd3s1Start procedure descriptor. | |
FwPrDesc_t | getPrDescHkCmd3s3Start () |
Getter for HkCmd3s3Start procedure descriptor. | |
FwPrDesc_t | getPrDescHkRepReadyCheck () |
Getter for HkRepReadyCheck procedure descriptor. | |
FwPrDesc_t | getPrDescMultiSidCmdStart () |
Getter for MultiSidCmdStart procedure descriptor. | |
FwPrDesc_t | getPrDescCmd3s9Prgr () |
Getter for Cmd3s9Prgr procedure descriptor. | |
Variables | |
FwPrDesc_t | prDescHkCmd3s1Start |
FwPrDesc_t | prDescHkCmd3s3Start |
FwPrDesc_t | prDescHkRepReadyCheck |
FwPrDesc_t | prDescMultiSidCmdStart |
FwPrDesc_t | prDescCmd3s9Prgr |
Implementation of the utility functions of the CORDET Framework PUS Extension Service 3 (Housekeeping)
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 CrPsUtilitiesServHk.c.
void CrPsExecServHk | ( | ) |
Execution of CORDET Framework PUS Extension components.
Definition at line 108 of file CrPsUtilitiesServHk.c.
int CrPsInitServHk | ( | ) |
Initialization of CORDET Framework PUS Extension components.
Definition at line 54 of file CrPsUtilitiesServHk.c.