CORDET Framework - C2 Implementation

Implementation of TM(13,2) LptDownInterRep. More...

Go to the source code of this file.

Functions

CrFwBool_t CrPsLptDownInterRepEnableCheck (FwSmDesc_t smDesc)
 Enable check of TM(13,2) LptDownInterRep. More...
 
CrFwBool_t CrPsLptDownInterRepRepeatCheck (FwSmDesc_t smDesc)
 Repeat check of TM(13,2) LptDownInterRep. More...
 
void CrPsLptDownInterRepUpdateAction (FwSmDesc_t smDesc)
 Update action of TM(13,2) LptDownInterRep. More...
 

Detailed Description

Implementation of TM(13,2) LptDownInterRep.

Note
This file was generated on 2017-11-22 12:47:43
Author
PnP Generator
Christian Reimers chris.nosp@m.tian.nosp@m..reim.nosp@m.ers@.nosp@m.univi.nosp@m.e.ac.nosp@m..at
Markus Rockenbauer marku.nosp@m.s.ro.nosp@m.ckenb.nosp@m.auer.nosp@m.@univ.nosp@m.ie.a.nosp@m.c.at

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 CrPsLptDownInterRep.h.

Function Documentation

CrFwBool_t CrPsLptDownInterRepEnableCheck ( FwSmDesc_t  smDesc)

Enable check of TM(13,2) LptDownInterRep.

Report is enabled if the LPT State Machine is in state DOWN_TRANSFER

Parameters
smDescThe state machine descriptor.
Returns
The enable check result.

Definition at line 50 of file CrPsLptDownInterRep.c.

CrFwBool_t CrPsLptDownInterRepRepeatCheck ( FwSmDesc_t  smDesc)

Repeat check of TM(13,2) LptDownInterRep.

Report is repeated as long as lptRemSize is greater than partSize

Parameters
smDescThe state machine descriptor.
Returns
The repeat check result.

Definition at line 73 of file CrPsLptDownInterRep.c.

void CrPsLptDownInterRepUpdateAction ( FwSmDesc_t  smDesc)

Update action of TM(13,2) LptDownInterRep.

Load the next part of the large packet from the LPT Buffer; set the transaction identifier equal to largeMsgTransId; set the part number equal to partSeqNmb; increase partSeqNmb; and decrement lptRemSize by partSize

Parameters
smDescThe state machine descriptor.

Definition at line 98 of file CrPsLptDownInterRep.c.

P&P Software GmbH, Copyright 2012-2013, All Rights Reserved