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 | |
Interface for accessing fields in packets of service "ServTest".
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.
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.
|
inlinestatic |
Get "AppId" from "OnBoardConnectCmd" packet.
p | Pointer to the packet. |
Definition at line 88 of file CrPsPktServTest.h.
|
inlinestatic |
Get "Dest" from "OnBoardConnectRep" packet.
p | Pointer to the packet. |
Definition at line 112 of file CrPsPktServTest.h.
|
inlinestatic |
Set "AppId" in "OnBoardConnectCmd" packet.
p | Pointer to the packet. |
AppId | Value of "AppId" to be set in packet. |
Definition at line 100 of file CrPsPktServTest.h.
|
inlinestatic |
Set "Dest" in "OnBoardConnectRep" packet.
p | Pointer to the packet. |
Dest | Value of "Dest" to be set in packet. |
Definition at line 124 of file CrPsPktServTest.h.