MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
24 {
25 public:
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];
47  DtNetU32 numRemoteRequest;
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)