CORDET Framework - C2 Implementation
|
Implementation of TC(13,11) LptUpLastCmd. More...
Go to the source code of this file.
Functions | |
void | CrPsLptUpLastCmdStartAction (FwSmDesc_t smDesc) |
Start action of TC(13,11) LptUpLastCmd. More... | |
void | CrPsLptUpLastCmdProgressAction (FwSmDesc_t smDesc) |
Progress action of TC(13,11) LptUpLastCmd. More... | |
void | CrPsLptUpLastCmdTerminationAction (FwSmDesc_t smDesc) |
Termination action of TC(13,11) LptUpLastCmd. More... | |
Implementation of TC(13,11) LptUpLastCmd.
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 CrPsLptUpLastCmd.h.
void CrPsLptUpLastCmdProgressAction | ( | FwSmDesc_t | smDesc | ) |
Progress action of TC(13,11) LptUpLastCmd.
Copy the lptSize up-transfer data to LPT Buffer and increment lptSize by the amount of copied data; set current time; set patSeqNmb to the part sequence number carried by the command; send EndUpTransfer command to LPT State Machine
smDesc | The state machine descriptor. |
Definition at line 77 of file CrPsLptUpLastCmd.c.
void CrPsLptUpLastCmdStartAction | ( | FwSmDesc_t | smDesc | ) |
Start action of TC(13,11) LptUpLastCmd.
Run the Procedure Up-Transfer Start Action of figure ??
smDesc | The state machine descriptor. |
Definition at line 58 of file CrPsLptUpLastCmd.c.
void CrPsLptUpLastCmdTerminationAction | ( | FwSmDesc_t | smDesc | ) |
Termination action of TC(13,11) LptUpLastCmd.
Set action outcome to 'success'
smDesc | The state machine descriptor. |
Definition at line 141 of file CrPsLptUpLastCmd.c.