CORDET Framework - C2 Implementation
|
Implementation of TM(13,3) LptDownLastRep. More...
Go to the source code of this file.
Functions | |
CrFwBool_t | CrPsLptDownLastRepEnableCheck (FwSmDesc_t smDesc) |
Enable check of TM(13,3) LptDownLastRep. More... | |
void | CrPsLptDownLastRepUpdateAction (FwSmDesc_t smDesc) |
Update action of TM(13,3) LptDownLastRep. More... | |
Implementation of TM(13,3) LptDownLastRep.
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 CrPsLptDownLastRep.c.
CrFwBool_t CrPsLptDownLastRepEnableCheck | ( | FwSmDesc_t | smDesc | ) |
Enable check of TM(13,3) LptDownLastRep.
Report is enabled if the LPT State Machine is in state DOWN_TRANSFER
smDesc | The state machine descriptor. |
Definition at line 49 of file CrPsLptDownLastRep.c.
void CrPsLptDownLastRepUpdateAction | ( | FwSmDesc_t | smDesc | ) |
Update action of TM(13,3) LptDownLastRep.
Load the last part of the large packet from the LPT Buffer, set the transaction identifier equal to largeMsgTransId; set the partnumber equal to partSeqNmb
smDesc | The state machine descriptor. |
Definition at line 73 of file CrPsLptDownLastRep.c.