CORDET Framework - C2 Implementation
|
Declaration of the Perform Connection Test in-coming command packet. More...
Go to the source code of this file.
Functions | |
void | CrPsTestOnBoardConnectionStartAction (FwSmDesc_t smDesc) |
Start action of the Perform Connection Test in-coming command packet. More... | |
void | CrPsTestOnBoardConnectionProgressAction (FwSmDesc_t smDesc) |
Progress action of the Perform Connection Test in-coming command packet. More... | |
void | CrPsTestOnBoardConnectionTerminationAction (FwSmDesc_t smDesc) |
Termination Action of the Perform Connection Test in-coming command packet. More... | |
Variables | |
uint16_t | timeOut_cnt |
Declaration of the Perform Connection Test 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 CrPsTestOnBoardConnection.h.
void CrPsTestOnBoardConnectionProgressAction | ( | FwSmDesc_t | smDesc | ) |
Progress action of the Perform Connection Test in-coming command packet.
Load report (17,2); set the action outcome to 'completed'
smDesc | the state machine descriptor |
Definition at line 80 of file CrPsTestOnBoardConnection.c.
void CrPsTestOnBoardConnectionStartAction | ( | FwSmDesc_t | smDesc | ) |
Start action of the Perform Connection Test in-coming command packet.
Set the action outcome to 'success'
smDesc | the state machine descriptor |
Definition at line 45 of file CrPsTestOnBoardConnection.c.
void CrPsTestOnBoardConnectionTerminationAction | ( | FwSmDesc_t | smDesc | ) |
Termination Action of the Perform Connection Test in-coming command packet.
Always generates outcome=1
smDesc | the state machine descriptor |
Definition at line 120 of file CrPsTestOnBoardConnection.c.