CORDET Framework - C2 Implementation
CrPsDpServTest.h File Reference

Interface for accessing data pool items. More...

Go to the source code of this file.

Data Structures

struct  DpServTestParams_t
 Type description. More...
 
struct  DpServTestVars_t
 Type description. More...
 

Functions

void initDpServTest (void)
 Initialises ServTest.
 
static CrPsTimeOut_t getDpAreYouAliveTimeOut ()
 Gets the value of the datapool item AreYouAliveTimeOut. More...
 
static void setDpAreYouAliveTimeOut (CrPsTimeOut_t AreYouAliveTimeOut)
 Sets the value of the datapool item AreYouAliveTimeOut. More...
 
static CrPsDestSrc_tgetDpOnBoardConnectDestLstArray ()
 Gets the datapool array OnBoardConnectDestLst. More...
 
static CrPsDestSrc_t getDpOnBoardConnectDestLstItem (int i)
 Gets the value of the i-th element in the datapool array OnBoardConnectDestLst. More...
 
static void setDpOnBoardConnectDestLstItem (int i, CrPsDestSrc_t OnBoardConnectDestLst)
 Sets the value of the i-th element in the datapool array OnBoardConnectDestLst. More...
 
static CrPsDestSrc_t getDpAreYouAliveSrc ()
 Gets the value of the datapool item AreYouAliveSrc. More...
 
static void setDpAreYouAliveSrc (CrPsDestSrc_t AreYouAliveSrc)
 Sets the value of the datapool item AreYouAliveSrc. More...
 
static CrPsDestSrc_t getDpOnBoardConnectDest ()
 Gets the value of the datapool item OnBoardConnectDest. More...
 
static void setDpOnBoardConnectDest (CrPsDestSrc_t OnBoardConnectDest)
 Sets the value of the datapool item OnBoardConnectDest. More...
 

Variables

DpServTestParams_t dpServTestParams
 
DpServTestVars_t dpServTestVars
 

Detailed Description

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

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.

Function Documentation

static CrPsDestSrc_t getDpAreYouAliveSrc ( )
inlinestatic

Gets the value of the datapool item AreYouAliveSrc.

Returns
The value of datapool item AreYouAliveSrc

Definition at line 123 of file CrPsDpServTest.h.

static CrPsTimeOut_t getDpAreYouAliveTimeOut ( )
inlinestatic

Gets the value of the datapool item AreYouAliveTimeOut.

Returns
The value of datapool item AreYouAliveTimeOut

Definition at line 72 of file CrPsDpServTest.h.

static CrPsDestSrc_t getDpOnBoardConnectDest ( )
inlinestatic

Gets the value of the datapool item OnBoardConnectDest.

Returns
The value of datapool item OnBoardConnectDest

Definition at line 142 of file CrPsDpServTest.h.

static CrPsDestSrc_t* getDpOnBoardConnectDestLstArray ( )
inlinestatic

Gets the datapool array OnBoardConnectDestLst.

Returns
The datapool array OnBoardConnectDestLst

Definition at line 91 of file CrPsDpServTest.h.

static CrPsDestSrc_t getDpOnBoardConnectDestLstItem ( int  i)
inlinestatic

Gets the value of the i-th element in the datapool array OnBoardConnectDestLst.

Parameters
iIndex variable
Returns
The i-th element in the datapool array OnBoardConnectDestLst

Definition at line 102 of file CrPsDpServTest.h.

static void setDpAreYouAliveSrc ( CrPsDestSrc_t  AreYouAliveSrc)
inlinestatic

Sets the value of the datapool item AreYouAliveSrc.

Parameters
AreYouAliveSrcThe 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
AreYouAliveTimeOutThe 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
OnBoardConnectDestThe 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
iIndex variable
OnBoardConnectDestLstThe value to be stored into the i-th element of datapool array OnBoardConnectDestLst.

Definition at line 114 of file CrPsDpServTest.h.

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