MAK RTIspy API Documentation for HLA 1.3
netAssistantFederateStateMsg.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: netAssistantFederateStateMsg.h,v $ $Revision: 1.3 $ $State: Exp $
7 *********************************************************************/
8 
9 #ifndef DtNetAssistantFederateStateMsg_H_
10 #define DtNetAssistantFederateStateMsg_H_
11 
15 
16 #include <vlutil/vlNetTypes.h>
17 #include <vlutil/vlUtil.h>
18 
19 #include "netAssistantMsgHdr.h"
20 
24 {
25 public:
26 
28  DtNetU32 connId;
29  DtNetU128 federateHost;
30  DtNetU32 webServerHost; // web server only support IPv4
31  DtNetU32 inetAddrFamily;
32  DtNetU32 federateHandle;
33  DtNetU32 astntCompId;
35  DtNetU16 federateTypeSize;
36  DtNetU16 federateNameSize;
38  DtNetU16 lbtsSize;
39  DtNetU16 lookAheadSize;
40  DtNetU16 timeSize;
41  DtNetU16 webServerPort;
43  DtNetU16 numTestReports;
44  DtNetU8 testEnabled;
45  DtNetU8 testInProgress;
46  DtNetU8 continuousTest;
47  DtNetU8 isReconnecting;
48  DtNetU8 isDisconnected;
49  DtNetU8 isRegulating;
50  DtNetU8 isConstrained;
51  DtNetU8 isRemoval;
52  DtNetU8 hlaVersion;
53  // char federationName[] - federation name
54  // char federateType[] - federate type
55  // char federateName[] - federate name
56  // char federateHostName[] - name of host on which federate resides
57  // char lbtsString[] - the LBTS
58  // char lookAheadString[] - the lookahead
59  // char timeString[] - the federate's current time
60 };
61 
62 
63 #endif

Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)