23 #ifndef CRPSDPSERVTEST_H_ 24 #define CRPSDPSERVTEST_H_ 26 #include <CrFwUserConstants.h> CrPsDestSrc_t OnBoardConnectDestLst[TEST_MAX_APP]
List of identifiers of target applications for an On-Board-Connection Test.
CrFwCounterU4_t i
CrPsCmd5EidStart function definitions.
Header file to define all user-configurable constants and types for the IASW Application.
static CrPsDestSrc_t getDpOnBoardConnectDestLstItem(int i)
Gets the value of the i-th element in the datapool array OnBoardConnectDestLst.
static void setDpOnBoardConnectDestLstItem(int i, CrPsDestSrc_t OnBoardConnectDestLst)
Sets the value of the i-th element in the datapool array OnBoardConnectDestLst.
CrPsDestSrc_t AreYouAliveSrc
Source of the latest (17,2) report received in response to a (17,1) command triggered by a (17...
uint16_t CrPsDestSrc_t
Type used for the Destination or Source of a packet.
static CrPsDestSrc_t * getDpOnBoardConnectDestLstArray()
Gets the datapool array OnBoardConnectDestLst.
static void setDpAreYouAliveSrc(CrPsDestSrc_t AreYouAliveSrc)
Sets the value of the datapool item AreYouAliveSrc.
static CrPsDestSrc_t getDpOnBoardConnectDest()
Gets the value of the datapool item OnBoardConnectDest.
CrPsTimeOut_t AreYouAliveTimeOut
Time-out for the Are-You-Alive Test initiated in response to an Is-Application-Process-Alive Test...
void initDpServTest(void)
Initialises ServTest.
static void setDpAreYouAliveTimeOut(CrPsTimeOut_t AreYouAliveTimeOut)
Sets the value of the datapool item AreYouAliveTimeOut.
#define TEST_MAX_APP
Maximum number of target applications for On-Board-Connection Test.
static CrPsDestSrc_t getDpAreYouAliveSrc()
Gets the value of the datapool item AreYouAliveSrc.
uint32_t CrPsTimeOut_t
Type used for the Timeout for packets.
static void setDpOnBoardConnectDest(CrPsDestSrc_t OnBoardConnectDest)
Sets the value of the datapool item OnBoardConnectDest.
static CrPsTimeOut_t getDpAreYouAliveTimeOut()
Gets the value of the datapool item AreYouAliveTimeOut.
CrPsDestSrc_t OnBoardConnectDest
Destination of the (17,1) triggered by a (17,3) command.