CORDET Framework - C2 Implementation
|
Type description. More...
Data Fields | |
CrPsTid_t | largeMsgTransId [LPT_N_BUF] |
CrPsTid_t Array of LPT_N_BUF elements. More... | |
CrPsFailCode_t | lptFailCode [LPT_N_BUF] |
CrPsFailCode_t Array of LPT_N_BUF elements. More... | |
CrPsSize_t | lptRemSize [LPT_N_BUF] |
CrPsSize_t Array of LPT_N_BUF elements. More... | |
CrPsSize_t | lptSize [LPT_N_BUF] |
CrPsSize_t Array of LPT_N_BUF elements. More... | |
CrPsDestSrc_t | lptSrc [LPT_N_BUF] |
CrPsDestSrc_t Array of LPT_N_BUF elements. More... | |
CrFwTimeStamp_t | lptTime [LPT_N_BUF] |
CrFwTimeStamp_t Array of LPT_N_BUF elements. More... | |
CrFwCounterU4_t | nOfDownlinks |
conteru4_t Number of on-going down-link transfers | |
CrFwCounterU4_t | nOfUplinks |
conteru4_t Number of on-going up-link transfers | |
CrFwCounterU4_t | partSeqNmb [LPT_N_BUF] |
conteru4_t Array of LPT_N_BUF elements. More... | |
Type description.
Definition at line 42 of file CrPsDpServLpt.h.
CrPsTid_t largeMsgTransId[LPT_N_BUF] |
CrPsTid_t Array of LPT_N_BUF elements.
The I-th element holds the large message transaction identifier associated to the packet in the I-th LPT Buffer
Definition at line 48 of file CrPsDpServLpt.h.
CrPsFailCode_t lptFailCode[LPT_N_BUF] |
CrPsFailCode_t Array of LPT_N_BUF elements.
The I-th element holds the failure code for the up-transfer to the LPT Buffer
Definition at line 53 of file CrPsDpServLpt.h.
CrPsSize_t lptRemSize[LPT_N_BUF] |
CrPsSize_t Array of LPT_N_BUF elements.
The I-th element holds the remaining size of the large packet in the I-th LPT Buffer (the part of the large packet not yet down-transferred)
Definition at line 59 of file CrPsDpServLpt.h.
CrPsSize_t lptSize[LPT_N_BUF] |
CrPsSize_t Array of LPT_N_BUF elements.
The I-th element holds the size of the large packet in the I-th LPT Buffer
Definition at line 64 of file CrPsDpServLpt.h.
CrPsDestSrc_t lptSrc[LPT_N_BUF] |
CrPsDestSrc_t Array of LPT_N_BUF elements.
The I-th element holds the source for the currently on-going large packet up-transfer to the LPT Buffer
Definition at line 70 of file CrPsDpServLpt.h.
CrFwTimeStamp_t lptTime[LPT_N_BUF] |
CrFwTimeStamp_t Array of LPT_N_BUF elements.
The I-th element holds the time when the last up-transfer command to the LPT Buffer was received
Definition at line 75 of file CrPsDpServLpt.h.
CrFwCounterU4_t partSeqNmb[LPT_N_BUF] |
conteru4_t Array of LPT_N_BUF elements.
The I-th element holds the part sequence number for the currently on-going large packet transfer to/from the LPT Buffer
Definition at line 89 of file CrPsDpServLpt.h.