CORDET Framework - C2 Implementation
|
Implementation of TC(13,10) LptUpInterCmd. More...
Go to the source code of this file.
Functions | |
void | CrPsLptUpInterCmdStartAction (FwSmDesc_t smDesc) |
Start action of TC(13,10) LptUpInterCmd. More... | |
void | CrPsLptUpInterCmdProgressAction (FwSmDesc_t smDesc) |
Progress action of TC(13,10) LptUpInterCmd. More... | |
void | CrPsLptUpInterCmdTerminationAction (FwSmDesc_t smDesc) |
Termination action of TC(13,10) LptUpInterCmd. More... | |
Implementation of TC(13,10) LptUpInterCmd.
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 CrPsLptUpInterCmd.c.
void CrPsLptUpInterCmdProgressAction | ( | FwSmDesc_t | smDesc | ) |
Progress action of TC(13,10) LptUpInterCmd.
Copy the up-transfer data to LPT Buffer and increment lptSize by the amount of copied data; set lptTime to the current time; set patSeqNmb to the part sequence number carried by the command
smDesc | The state machine descriptor. |
Definition at line 76 of file CrPsLptUpInterCmd.c.
void CrPsLptUpInterCmdStartAction | ( | FwSmDesc_t | smDesc | ) |
Start action of TC(13,10) LptUpInterCmd.
Run the Procedure Up-Transfer Start Action of Figure ??
smDesc | The state machine descriptor. |
Definition at line 58 of file CrPsLptUpInterCmd.c.
void CrPsLptUpInterCmdTerminationAction | ( | FwSmDesc_t | smDesc | ) |
Termination action of TC(13,10) LptUpInterCmd.
Set action outcome to 'success'
smDesc | The state machine descriptor. |
Definition at line 137 of file CrPsLptUpInterCmd.c.