Interface for accessing data pool items.
More...
Go to the source code of this file.
Interface for accessing data pool items.
- Note
- This file was generated on 2017-10-13 12:48:17
- 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
- Copyright
- P&P Software GmbH, 2015 / Department of Astrophysics, University of Vienna, 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 CrPsDpServTest.h.
Gets the value of the datapool item AreYouAliveSrc.
- Returns
- The value of datapool item AreYouAliveSrc
Definition at line 123 of file CrPsDpServTest.h.
Gets the value of the datapool item AreYouAliveTimeOut.
- Returns
- The value of datapool item AreYouAliveTimeOut
Definition at line 72 of file CrPsDpServTest.h.
Gets the value of the datapool item OnBoardConnectDest.
- Returns
- The value of datapool item OnBoardConnectDest
Definition at line 142 of file CrPsDpServTest.h.
Gets the datapool array OnBoardConnectDestLst.
- Returns
- The datapool array OnBoardConnectDestLst
Definition at line 91 of file CrPsDpServTest.h.
Gets the value of the i-th element in the datapool array OnBoardConnectDestLst.
- Parameters
-
- Returns
- The i-th element in the datapool array OnBoardConnectDestLst
Definition at line 102 of file CrPsDpServTest.h.
Sets the value of the datapool item AreYouAliveSrc.
- Parameters
-
AreYouAliveSrc | The value to be stored into the datapool item AreYouAliveSrc. |
Definition at line 133 of file CrPsDpServTest.h.
static void setDpAreYouAliveTimeOut |
( |
CrPsTimeOut_t |
AreYouAliveTimeOut | ) |
|
|
inlinestatic |
Sets the value of the datapool item AreYouAliveTimeOut.
- Parameters
-
AreYouAliveTimeOut | The value to be stored into the datapool item AreYouAliveTimeOut. |
Definition at line 82 of file CrPsDpServTest.h.
static void setDpOnBoardConnectDest |
( |
CrPsDestSrc_t |
OnBoardConnectDest | ) |
|
|
inlinestatic |
Sets the value of the datapool item OnBoardConnectDest.
- Parameters
-
OnBoardConnectDest | The value to be stored into the datapool item OnBoardConnectDest. |
Definition at line 152 of file CrPsDpServTest.h.
static void setDpOnBoardConnectDestLstItem |
( |
int |
i, |
|
|
CrPsDestSrc_t |
OnBoardConnectDestLst |
|
) |
| |
|
inlinestatic |
Sets the value of the i-th element in the datapool array OnBoardConnectDestLst.
- Parameters
-
i | Index variable |
OnBoardConnectDestLst | The value to be stored into the i-th element of datapool array OnBoardConnectDestLst. |
Definition at line 114 of file CrPsDpServTest.h.