VR-Link API Documentation for DIS
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
ackRP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
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
;
22
DtNetEntityIdentifier
myTo
;
23
DtNetU16
myAcknowledge
;
24
DtNetU16
myResponse
;
25
DtNetU32
myRequestId
;
26
};
27
28
#endif
29
#endif
Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)