VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setDataRP.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 _setDataRP_h_
8 #define _setDataRP_h_ 1
9 
10 #if DtDIS
11 
12 #include <vlpi/netStructs.h>
13 #include "pduHeader.h"
14 
15 struct DtNetSetDataRPdu
16 {
17  DtNetPduHeader myHeader;
18  DtNetEntityIdentifier myFrom;
20  DtNetU8 myReliability;
21  DtNetU8 padding1;
22  DtNetU16 padding2;
23  DtNetU32 myRequestId;
24  DtNetU32 myNfix;
25  DtNetU32 myNvar;
26 };
27 
28 
29 #endif
30 #endif
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:52
Definition: pduHeader.h:14
Network-order unsigned 32-bit quantity.
Definition: vlNetTypes.h:99
DtU8 DtNetU8
Unsigned 8-bit value.
Definition: vlNetTypes.h:31
Definition: netStructs.h:116

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)