37 static CrPsTid_t initlargeMsgTransId[LPT_N_BUF];
39 static CrPsSize_t initlptRemSize[LPT_N_BUF];
40 static CrPsSize_t initlptSize[LPT_N_BUF];
43 static CrFwCounterU4_t initpartSeqNmb[LPT_N_BUF];
45 for (i=0;i<LPT_N_BUF;i++)
47 initlptTimeOut[
i] = LPT_UP_TIMEOUT;
50 for (i=0;i<LPT_N_BUF;i++)
52 initlargeMsgTransId[
i] = 0;
55 for (i=0;i<LPT_N_BUF;i++)
57 initlptFailCode[
i] = 0;
60 for (i=0;i<LPT_N_BUF;i++)
62 initlptRemSize[
i] = 0;
65 for (i=0;i<LPT_N_BUF;i++)
70 for (i=0;i<LPT_N_BUF;i++)
75 for (i=0;i<LPT_N_BUF;i++)
79 initlptTime[
i].t[j] = 0;
83 for (i=0;i<LPT_N_BUF;i++)
85 initpartSeqNmb[
i] = 0;
92 memcpy(dpServLptVars.
lptSize, initlptSize,
sizeof(dpServLptVars.
lptSize));
93 memcpy(dpServLptVars.
lptSrc, initlptSrc,
sizeof(dpServLptVars.
lptSrc));
94 memcpy(dpServLptVars.
lptTime, initlptTime,
sizeof(dpServLptVars.
lptTime));
CrPsTid_t largeMsgTransId[LPT_N_BUF]
CrPsTid_t Array of LPT_N_BUF elements.
CrFwCounterU4_t i
CrPsCmd5EidStart function definitions.
Header file to define all user-configurable constants and types for the IASW Application.
Interface for accessing data pool items.
CrPsTimeOut_t lptTimeOut[LPT_N_BUF]
CrPsTimeOut_t TimeOut.
uint16_t CrPsDestSrc_t
Type used for the Destination or Source of a packet.
CrPsFailCode_t lptFailCode[LPT_N_BUF]
CrPsFailCode_t Array of LPT_N_BUF elements.
CrFwCounterU4_t partSeqNmb[LPT_N_BUF]
conteru4_t Array of LPT_N_BUF elements.
void initDpServLpt(void)
Initialises ServLpt.
CrPsDestSrc_t lptSrc[LPT_N_BUF]
CrPsDestSrc_t Array of LPT_N_BUF elements.
CrPsSize_t lptRemSize[LPT_N_BUF]
CrPsSize_t Array of LPT_N_BUF elements.
uint16_t CrPsFailCode_t
Type used for the Failure Code of a packet.
CrPsSize_t lptSize[LPT_N_BUF]
CrPsSize_t Array of LPT_N_BUF elements.
CrFwCounterU4_t nOfDownlinks
conteru4_t Number of on-going down-link transfers
CrFwCounterU4_t nOfUplinks
conteru4_t Number of on-going up-link transfers
uint32_t CrPsTimeOut_t
Type used for the Timeout for packets.
CrFwTimeStamp_t lptTime[LPT_N_BUF]
CrFwTimeStamp_t Array of LPT_N_BUF elements.
unsigned int CrFwTimeStamp_t
Type used for the time stamp of a command or report.