VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
packets
dataRP.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
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
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)