CORDET Framework - C2 Implementation
|
Interface for accessing data pool items. More...
Go to the source code of this file.
Data Structures | |
struct | DpServLptParams_t |
Type description. More... | |
struct | DpServLptVars_t |
Type description. More... | |
Functions | |
void | initDpServLpt (void) |
Initialises ServLpt. | |
static CrPsTimeOut_t * | getDplptTimeOutArray () |
Gets the datapool array lptTimeOut. More... | |
static CrPsTimeOut_t | getDplptTimeOutItem (int i) |
Gets the value of the i-th element in the datapool array lptTimeOut. More... | |
static void | setDplptTimeOutItem (int i, CrPsTimeOut_t lptTimeOut) |
Sets the value of the i-th element in the datapool array lptTimeOut. More... | |
static CrPsTid_t * | getDplargeMsgTransIdArray () |
Gets the datapool array largeMsgTransId. More... | |
static CrPsTid_t | getDplargeMsgTransIdItem (int i) |
Gets the value of the i-th element in the datapool array largeMsgTransId. More... | |
static void | setDplargeMsgTransIdItem (int i, CrPsTid_t largeMsgTransId) |
Sets the value of the i-th element in the datapool array largeMsgTransId. More... | |
static CrPsFailCode_t * | getDplptFailCodeArray () |
Gets the datapool array lptFailCode. More... | |
static CrPsFailCode_t | getDplptFailCodeItem (int i) |
Gets the value of the i-th element in the datapool array lptFailCode. More... | |
static void | setDplptFailCodeItem (int i, CrPsFailCode_t lptFailCode) |
Sets the value of the i-th element in the datapool array lptFailCode. More... | |
static CrPsSize_t * | getDplptRemSizeArray () |
Gets the datapool array lptRemSize. More... | |
static CrPsSize_t | getDplptRemSizeItem (int i) |
Gets the value of the i-th element in the datapool array lptRemSize. More... | |
static void | setDplptRemSizeItem (int i, CrPsSize_t lptRemSize) |
Sets the value of the i-th element in the datapool array lptRemSize. More... | |
static CrPsSize_t * | getDplptSizeArray () |
Gets the datapool array lptSize. More... | |
static CrPsSize_t | getDplptSizeItem (int i) |
Gets the value of the i-th element in the datapool array lptSize. More... | |
static void | setDplptSizeItem (int i, CrPsSize_t lptSize) |
Sets the value of the i-th element in the datapool array lptSize. More... | |
static CrPsDestSrc_t * | getDplptSrcArray () |
Gets the datapool array lptSrc. More... | |
static CrPsDestSrc_t | getDplptSrcItem (int i) |
Gets the value of the i-th element in the datapool array lptSrc. More... | |
static void | setDplptSrcItem (int i, CrPsDestSrc_t lptSrc) |
Sets the value of the i-th element in the datapool array lptSrc. More... | |
static CrFwTimeStamp_t * | getDplptTimeArray () |
Gets the datapool array lptTime. More... | |
static CrFwTimeStamp_t | getDplptTimeItem (int i) |
Gets the value of the i-th element in the datapool array lptTime. More... | |
static void | setDplptTimeItem (int i, CrFwTimeStamp_t lptTime) |
Sets the value of the i-th element in the datapool array lptTime. More... | |
static CrFwCounterU4_t | getDpnOfDownlinks () |
Gets the value of the datapool item nOfDownlinks. More... | |
static void | setDpnOfDownlinks (CrFwCounterU4_t nOfDownlinks) |
Sets the value of the datapool item nOfDownlinks. More... | |
static CrFwCounterU4_t | getDpnOfUplinks () |
Gets the value of the datapool item nOfUplinks. More... | |
static void | setDpnOfUplinks (CrFwCounterU4_t nOfUplinks) |
Sets the value of the datapool item nOfUplinks. More... | |
static CrFwCounterU4_t * | getDppartSeqNmbArray () |
Gets the datapool array partSeqNmb. More... | |
static CrFwCounterU4_t | getDppartSeqNmbItem (int i) |
Gets the value of the i-th element in the datapool array partSeqNmb. More... | |
static void | setDppartSeqNmbItem (int i, CrFwCounterU4_t partSeqNmb) |
Sets the value of the i-th element in the datapool array partSeqNmb. More... | |
Variables | |
DpServLptParams_t | dpServLptParams |
DpServLptVars_t | dpServLptVars |
Interface for accessing data pool items.
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 CrPsDpServLpt.h.
|
inlinestatic |
Gets the datapool array largeMsgTransId.
Definition at line 134 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the value of the i-th element in the datapool array largeMsgTransId.
i | Index variable |
Definition at line 144 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the datapool array lptFailCode.
Definition at line 164 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the value of the i-th element in the datapool array lptFailCode.
i | Index variable |
Definition at line 174 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the datapool array lptRemSize.
Definition at line 194 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the value of the i-th element in the datapool array lptRemSize.
i | Index variable |
Definition at line 204 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the datapool array lptSize.
Definition at line 224 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the value of the i-th element in the datapool array lptSize.
i | Index variable |
Definition at line 234 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the datapool array lptSrc.
Definition at line 254 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the value of the i-th element in the datapool array lptSrc.
i | Index variable |
Definition at line 264 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the datapool array lptTime.
Definition at line 284 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the value of the i-th element in the datapool array lptTime.
i | Index variable |
Definition at line 294 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the datapool array lptTimeOut.
Definition at line 104 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the value of the i-th element in the datapool array lptTimeOut.
i | Index variable |
Definition at line 114 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the value of the datapool item nOfDownlinks.
Definition at line 314 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the value of the datapool item nOfUplinks.
Definition at line 333 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the datapool array partSeqNmb.
Definition at line 351 of file CrPsDpServLpt.h.
|
inlinestatic |
Gets the value of the i-th element in the datapool array partSeqNmb.
i | Index variable |
Definition at line 361 of file CrPsDpServLpt.h.
|
inlinestatic |
Sets the value of the i-th element in the datapool array largeMsgTransId.
i | Index variable |
largeMsgTransId | The value to be stored into the i-th element of datapool array largeMsgTransId. |
Definition at line 155 of file CrPsDpServLpt.h.
|
inlinestatic |
Sets the value of the i-th element in the datapool array lptFailCode.
i | Index variable |
lptFailCode | The value to be stored into the i-th element of datapool array lptFailCode. |
Definition at line 185 of file CrPsDpServLpt.h.
|
inlinestatic |
Sets the value of the i-th element in the datapool array lptRemSize.
i | Index variable |
lptRemSize | The value to be stored into the i-th element of datapool array lptRemSize. |
Definition at line 215 of file CrPsDpServLpt.h.
|
inlinestatic |
Sets the value of the i-th element in the datapool array lptSize.
i | Index variable |
lptSize | The value to be stored into the i-th element of datapool array lptSize. |
Definition at line 245 of file CrPsDpServLpt.h.
|
inlinestatic |
Sets the value of the i-th element in the datapool array lptSrc.
i | Index variable |
lptSrc | The value to be stored into the i-th element of datapool array lptSrc. |
Definition at line 275 of file CrPsDpServLpt.h.
|
inlinestatic |
Sets the value of the i-th element in the datapool array lptTime.
i | Index variable |
lptTime | The value to be stored into the i-th element of datapool array lptTime. |
Definition at line 305 of file CrPsDpServLpt.h.
|
inlinestatic |
Sets the value of the i-th element in the datapool array lptTimeOut.
i | Index variable |
lptTimeOut | The value to be stored into the i-th element of datapool array lptTimeOut. |
Definition at line 125 of file CrPsDpServLpt.h.
|
inlinestatic |
Sets the value of the datapool item nOfDownlinks.
nOfDownlinks | The value to be stored into the datapool item nOfDownlinks. |
Definition at line 324 of file CrPsDpServLpt.h.
|
inlinestatic |
Sets the value of the datapool item nOfUplinks.
nOfUplinks | The value to be stored into the datapool item nOfUplinks. |
Definition at line 342 of file CrPsDpServLpt.h.
|
inlinestatic |
Sets the value of the i-th element in the datapool array partSeqNmb.
i | Index variable |
partSeqNmb | The value to be stored into the i-th element of datapool array partSeqNmb. |
Definition at line 372 of file CrPsDpServLpt.h.