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
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
DtNetU16
numExecConns
;
35
DtNetU16
forwarderIdsSize
;
36
DtNetU16
forwarderNamesSize
;
37
DtNetU16
forwarderHostsSize
;
38
DtNetU16
clientHostNameSize
;
39
DtNetU16
clientNameSize
;
40
41
DtNetU16
clientTypeSize
;
42
DtNetU16
clientProcessNameSize
;
43
DtNetU16
clientPIDSize
;
44
DtNetU16
clientCommandArgSize
;
45
DtNetU16
clientFederationNameSize
;
46
DtNetU16
clientFederateStatusSize
;
47
DtNetU32
inetAddrFamily
;
// all addresses must have same family
48
49
50
// DtNetU128 forwarderAddrs[]
51
52
// DtNetU128 clientAddrs[]
53
// DtNetU32 clientConnIds[]
54
// DtNetU16 forwarderPorts[]
55
// DtNetU16 clientFederateHandles[]
56
// DtNetU16 clientQueueStatus[]
57
// DtNetU8 clientHlaVersions[]
58
// DtNetU8 clientFederateStatus[]
59
60
// char forwarderIdentifier[]
61
// char forwarderNames[]
62
// char forwarderHostNames[]
63
64
// char clientNames[]
65
// char clientTypes[]
66
// char clientProcessNames[]
67
// char clientPIDs[]
68
// char clientCommandArgs[]
69
// char clientHostName[]
70
// char federationNames[]
71
72
73
};
74
75
76
#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
)