VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
packets
dataRP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2025 MAK Technologies, Inc
3
** All rights reserved.
4
*********************************************************************/
5
#pragma once
6
10
11
#if DtDIS
12
13
14
#include <
vlpi/netStructs.h
>
15
#include "
pduHeader.h
"
16
17
struct
DtNetDataRPdu
18
{
19
DtNetPduHeader
myHeader;
20
DtNetEntityIdentifier
myFrom;
21
DtNetEntityIdentifier
myTo;
22
DtNetU32
myRequestId;
23
DtNetU8
myReliability;
24
DtNetU8
padding1;
25
DtNetU16
padding2;
26
DtNetU32
myNfix;
27
DtNetU32
myNvar;
28
};
29
30
#endif
31
pduHeader.h
netStructs.h
DtNetU16
Network-order unsigned 16-bit quantity.
Definition:
vlNetTypes.h:52
DtNetPduHeader
Definition:
pduHeader.h:14
DtNetU32
Network-order unsigned 32-bit quantity.
Definition:
vlNetTypes.h:99
DtNetU8
DtU8 DtNetU8
Unsigned 8-bit value.
Definition:
vlNetTypes.h:31
DtNetEntityIdentifier
Definition:
netStructs.h:116
Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (
www.mak.com
)