CORDET Framework - C2 Implementation
|
Implementation of TM(13,1) LptDownFirstRep. More...
Go to the source code of this file.
Functions | |
CrFwBool_t | CrPsLptDownFirstRepEnableCheck (FwSmDesc_t smDesc) |
Enable check of TM(13,1) LptDownFirstRep. More... | |
void | CrPsLptDownFirstRepUpdateAction (FwSmDesc_t smDesc) |
Update action of TM(13,1) LptDownFirstRep. More... | |
Implementation of TM(13,1) LptDownFirstRep.
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 CrPsLptDownFirstRep.c.
CrFwBool_t CrPsLptDownFirstRepEnableCheck | ( | FwSmDesc_t | smDesc | ) |
Enable check of TM(13,1) LptDownFirstRep.
Report is enabled if the LPT State Machine is in state DOWN_TRANSFER
smDesc | The state machine descriptor. |
Definition at line 50 of file CrPsLptDownFirstRep.c.
void CrPsLptDownFirstRepUpdateAction | ( | FwSmDesc_t | smDesc | ) |
Update action of TM(13,1) LptDownFirstRep.
Load the first part of the large packet from the LPT Buffer; set the transaction identifier equal to largeMsgTransId ; set the partnumber equal to partSeqNmb ; increment partSeqNmb ; and decrement lptRemSize by partSize
smDesc | The state machine descriptor. |
Definition at line 74 of file CrPsLptDownFirstRep.c.