CORDET Framework - C2 Implementation
|
Implementation of TC(13,130) LptAbortDownCmd. More...
Go to the source code of this file.
Functions | |
void | CrPsLptAbortDownCmdStartAction (FwSmDesc_t smDesc) |
Start action of TC(13,130) LptAbortDownCmd. More... | |
void | CrPsLptAbortDownCmdProgressAction (FwSmDesc_t smDesc) |
Progress action of TC(13,130) LptAbortDownCmd. More... | |
void | CrPsLptAbortDownCmdTerminationAction (FwSmDesc_t smDesc) |
Termination action of TC(13,130) LptAbortDownCmd. More... | |
Implementation of TC(13,130) LptAbortDownCmd.
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 CrPsLptAbortDownCmd.c.
void CrPsLptAbortDownCmdProgressAction | ( | FwSmDesc_t | smDesc | ) |
Progress action of TC(13,130) LptAbortDownCmd.
Send command Abort to the LPT State Machine
smDesc | The state machine descriptor. |
Definition at line 86 of file CrPsLptAbortDownCmd.c.
void CrPsLptAbortDownCmdStartAction | ( | FwSmDesc_t | smDesc | ) |
Start action of TC(13,130) LptAbortDownCmd.
Determine the identifier of the LPT Buffer for the up-transfer by computing: (x MOD LPT_N_BUF) where `x' is the Large Message Transaction Identifier. Set action outcome to 'success' if the LPT State Machine is in state DOWN_TRANSFER; otherwise set the action outcome to `failure'
smDesc | The state machine descriptor. |
Definition at line 43 of file CrPsLptAbortDownCmd.c.
void CrPsLptAbortDownCmdTerminationAction | ( | FwSmDesc_t | smDesc | ) |
Termination action of TC(13,130) LptAbortDownCmd.
Set action outcome to 'success'
smDesc | The state machine descriptor. |
Definition at line 107 of file CrPsLptAbortDownCmd.c.