VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ackRP.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #ifndef _ackRP_h_
11 #define _ackRP_h_ 1
12 
13 #if DtDIS
14 
15 #include <vlpi/netStructs.h>
16 #include "pduHeader.h"
17 
18 struct DT_DLL_VL DtNetAcknowledgeRPdu
19 {
20  DtNetPduHeader myHeader;
21  DtNetEntityIdentifier myFrom;
23  DtNetU16 myAcknowledge;
24  DtNetU16 myResponse;
25  DtNetU32 myRequestId;
26 };
27 
28 #endif
29 #endif
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:52
Definition: pduHeader.h:14
Network-order unsigned 32-bit quantity.
Definition: vlNetTypes.h:99
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)