CORDET Framework - C2 Implementation
|
Implementation of the utility functions of the CORDET Framework PUS Extension Service 17 (Test) More...
Go to the source code of this file.
Functions | |
void | CrPsInitServTestApp (unsigned short onBoardTestConnectAppId) |
Initialization of CORDET Framework PUS Extension application-specific components. More... | |
int | CrPsInitServTest () |
Initialization of CORDET Framework PUS Extension components. More... | |
void | CrPsExecServTest () |
Execution of CORDET Framework PUS Extension components. More... | |
FwPrDesc_t | getPrDescServTestOnBoardConnStart () |
Getter for TestOnBoardConnStart procedure descriptor. | |
FwPrDesc_t | getPrDescServTestOnBoardConnPrgr () |
Getter for TestOnBoardConnPrgr procedure descriptor. | |
Variables | |
FwPrDesc_t | prDescServTestOnBoardConnStart |
FwPrDesc_t | prDescServTestOnBoardConnPrgr |
Implementation of the utility functions of the CORDET Framework PUS Extension Service 17 (Test)
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 CrPsUtilitiesServTest.c.
void CrPsExecServTest | ( | ) |
Execution of CORDET Framework PUS Extension components.
Definition at line 114 of file CrPsUtilitiesServTest.c.
int CrPsInitServTest | ( | ) |
Initialization of CORDET Framework PUS Extension components.
Definition at line 79 of file CrPsUtilitiesServTest.c.
void CrPsInitServTestApp | ( | unsigned short | onBoardTestConnectAppId | ) |
Initialization of CORDET Framework PUS Extension application-specific components.
Definition at line 54 of file CrPsUtilitiesServTest.c.