MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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  DtNetU128 federateHost;
29  DtNetU32 connId;
30  DtNetU32 inetAddrFamily;
31  DtNetU32 federateHandle;
32  DtNetU32 astntCompId;
34  DtNetU16 federateTypeSize;
35  DtNetU16 federateNameSize;
37  DtNetU16 lbtsSize;
38  DtNetU16 lookAheadSize;
39  DtNetU16 timeSize;
41  DtNetU16 numTestReports;
42  DtNetU8 testEnabled;
43  DtNetU8 testInProgress;
44  DtNetU8 continuousTest;
45  DtNetU8 isReconnecting;
46  DtNetU8 isDisconnected;
47  DtNetU8 isRegulating;
48  DtNetU8 isConstrained;
49  DtNetU8 isRemoval;
50  DtNetU8 hlaVersion;
51  // char federationName[] - federation name
52  // char federateType[] - federate type
53  // char federateName[] - federate name
54  // char federateHostName[] - name of host on which federate resides
55  // char lbtsString[] - the LBTS
56  // char lookAheadString[] - the lookahead
57  // char timeString[] - the federate's current time
58 };
59 
60 
61 #endif

Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)