VR-Link API Documentation for HLA 1516
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
setRecordP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 MAK Technologies, Inc
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#ifndef _SetRecordP_h_
8
#define _SetRecordP_h_ 1
9
10
#if DtDIS
11
12
13
#include <
vlpi/netStructs.h
>
14
#include "
pduHeader.h
"
15
#include "
recordSetP.h
"
16
18
19
struct
DtNetSetRecordPdu
20
{
21
DtNetPduHeader
myHeader;
22
DtNetEntityIdentifier
myOriginatingEntityID;
23
DtNetEntityIdentifier
myReceivingEntityID;
24
DtNetU32
myRequestID;
25
DtNetU8
myReqRelService;
26
DtNetU8
padding1;
27
DtNetU8
padding2;
28
DtNetU8
padding3;
29
DtNetRecordSetPdu
myRecordSets;
30
};
31
32
#endif
33
#endif
pduHeader.h
netStructs.h
DtNetPduHeader
Definition:
pduHeader.h:14
DtNetU32
Network-order unsigned 32-bit quantity.
Definition:
vlNetTypes.h:99
recordSetP.h
DtNetU8
DtU8 DtNetU8
Unsigned 8-bit value.
Definition:
vlNetTypes.h:31
DtNetEntityIdentifier
Definition:
netStructs.h:116
DtNetRecordSetPdu
DtNetRecordSetPdu is the network structure for a record set used by the PDU classes which inherit fro...
Definition:
recordSet.h:29
Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)