MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
RTI
objectPacket.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: objectPacket.h,v $ $Revision: 1.16 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtObjectPacket_H_
13
#define DtObjectPacket_H_
14
15
#include <vlutil/vlNetTypes.h>
16
#include <vlutil/vlString.h>
17
#include "
savDataHdr.h
"
18
#include "
netHandSet.h
"
19
20
using namespace
MAKRti;
21
22
23
class
DT_DLL_LRC
DtObjectPacket
24
{
25
public
:
26
DtSaveDataHeader
header
;
27
DtNetU32
myId
;
28
DtNetU32
ownerHandle
;
29
DtNetU32
classHandle
;
30
DtNetU32
knownHandle
;
31
DtNetU32
isKnown
;
32
DtNetU32
nameLength
;
33
DtNetU32 order[
DtNumberAttributeWords
];
34
DtNetU32 trans[
DtNumberAttributeWords
];
35
DtNetHandleSet
owned
;
36
DtNetHandleSet
rtiOwned
;
37
DtNetHandleSet
unowned
;
38
DtNetHandleSet
lrcManaged
;
39
DtNetHandleSet
divesting
;
40
DtNetHandleSet
divested
;
41
DtNetHandleSet
inScope
;
42
DtNetHandleSet
updateOn
;
43
DtNetHandleSet
pendingRequest
;
44
DtNetHandleSet
pendingRequestAvail
;
45
DtNetHandleSet
canceledRequests
;
46
DtNetU32
numRemoteDiscover
;
47
DtNetU32
numRemoteRequest
;
48
DtNetU32
numPendingConfirm
;
49
50
//DtNetU32 discover[numRemoteDidscover][2]; - Absent if no discovers
51
//DtNetU32 req[numRemoteRequest][2]; - Absent if no requests
52
//DtNetU32 req[numPendingConfirm][2]; - Absent if no pending
53
//DtNetU8[] name;
54
55
};
56
57
#endif
Document ID: Generated on Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (
www.mak.com
)