MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
assistant
netAssistantForwarderStateMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: netAssistantForwarderStateMsg.h,v $ $Revision: 1.6 $ $State: Exp $
7
*********************************************************************/
8
9
#ifndef DtNetAssistantForwarderStateMsg_H_
10
#define DtNetAssistantForwarderStateMsg_H_
11
15
16
#include <vlutil/vlNetTypes.h>
17
#include <vlutil/vlUtil.h>
18
19
#include "
netAssistantMsgHdr.h
"
20
26
class
DT_DLL_ASSISTANT
DtNetAssistantForwarderStateMsg
27
{
28
public
:
29
30
DtNetAssistantMsgHeader
header
;
31
32
DtNetU16
numForwarderToForwarderConnections
;
33
DtNetU16
numClientConnections
;
34
35
36
DtNetU16
numExecConns
;
37
DtNetU16
forwarderIdsSize
;
38
39
40
DtNetU16
forwarderHostsSize
;
41
DtNetU16
clientHostNameSize
;
42
43
44
DtNetU16
clientNameSize
;
45
DtNetU16
clientTypeSize
;
46
47
48
DtNetU16
clientProcessNameSize
;
49
DtNetU16
clientPIDSize
;
50
51
52
DtNetU16
clientCommandArgSize
;
53
DtNetU16
clientFederationNameSize
;
54
55
56
DtNetU32
inetAddrFamily
;
// all addresses must have same family
57
58
59
DtNetU16
clientFederateStatusSize
;
60
DtNetU16
padding1
;
61
62
63
DtNetU32
padding
;
64
65
// DtNetU128 forwarderAddrs[]
66
67
// DtNetU128 clientAddrs[]
68
// DtNetU32 clientConnIds[]
69
// DtNetU16 forwarderPorts[]
70
// DtNetU16 clientFederateHandles[]
71
// DtNetU16 clientQueueStatus[]
72
// DtNetU8 clientHlaVersions[]
73
// DtNetU8 clientFederateStatus[]
74
75
// char forwarderIdentifier[]
76
// char forwarderHostNames[]
77
78
// char clientNames[]
79
// char clientTypes[]
80
// char clientProcessNames[]
81
// char clientPIDs[]
82
// char clientCommandArgs[]
83
// char clientHostName[]
84
// char federationNames[]
85
86
87
};
88
89
90
#endif
Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (
www.mak.com
)