CORDET Framework - C2 Implementation

Interface for accessing fields in packets of service "ServTest". More...

Go to the source code of this file.

Functions

struct __attribute__ ((packed)) _AreYouAliveCmd_t
 Structure for AreYouAliveCmd. More...
 
static CrPsApid_t getOnBoardConnectCmdAppId (void *p)
 Get "AppId" from "OnBoardConnectCmd" packet. More...
 
static void setOnBoardConnectCmdAppId (void *p, CrPsApid_t AppId)
 Set "AppId" in "OnBoardConnectCmd" packet. More...
 
static CrPsDestSrc_t getOnBoardConnectRepDest (void *p)
 Get "Dest" from "OnBoardConnectRep" packet. More...
 
static void setOnBoardConnectRepDest (void *p, CrPsDestSrc_t Dest)
 Set "Dest" in "OnBoardConnectRep" packet. More...
 

Variables

 AreYouAliveCmd_t
 
 AreYouAliveRep_t
 
 OnBoardConnectCmd_t
 
 OnBoardConnectRep_t
 

Detailed Description

Interface for accessing fields in packets of service "ServTest".

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 CrPsPktServTest.h.

Function Documentation

struct __attribute__ ( (packed)  )

Structure for AreYouAliveCmd.

Structure for OnBoardConnectRep.

Structure for OnBoardConnectCmd.

Structure for AreYouAliveRep.

Packet header.

Packet header.

Packet header.

Application ID

Packet header.

Destination for 17.3

Definition at line 32 of file CrPsPktServTest.h.

static CrPsApid_t getOnBoardConnectCmdAppId ( void *  p)
inlinestatic

Get "AppId" from "OnBoardConnectCmd" packet.

Parameters
pPointer to the packet.
Returns
Value of "AppId".

Definition at line 88 of file CrPsPktServTest.h.

static CrPsDestSrc_t getOnBoardConnectRepDest ( void *  p)
inlinestatic

Get "Dest" from "OnBoardConnectRep" packet.

Parameters
pPointer to the packet.
Returns
Value of "Dest".

Definition at line 112 of file CrPsPktServTest.h.

static void setOnBoardConnectCmdAppId ( void *  p,
CrPsApid_t  AppId 
)
inlinestatic

Set "AppId" in "OnBoardConnectCmd" packet.

Parameters
pPointer to the packet.
AppIdValue of "AppId" to be set in packet.

Definition at line 100 of file CrPsPktServTest.h.

static void setOnBoardConnectRepDest ( void *  p,
CrPsDestSrc_t  Dest 
)
inlinestatic

Set "Dest" in "OnBoardConnectRep" packet.

Parameters
pPointer to the packet.
DestValue of "Dest" to be set in packet.

Definition at line 124 of file CrPsPktServTest.h.

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