MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
assistant
netAssistantLrcCompInfoMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: netAssistantLrcCompInfoMsg.h,v $ $Revision: 1.12 $ $State: Exp $
7
*********************************************************************/
8
9
#ifndef DtNetAssistantLrcCompInfoMsg_H_
10
#define DtNetAssistantLrcCompInfoMsg_H_
11
15
19
class
DT_DLL_ASSISTANT
DtNetAssistantLrcCompInfoMsg
20
{
21
public
:
22
DtNetAssistantMsgHeader
header
;
23
DtNetU32
fedHandle
;
24
DtNetU128
ipAddress
;
25
DtNetU128
bestEffortIpAddress
;
26
DtNetU128
networkInterfaceAddress
;
27
DtNetU32
webSpyIpAddress
;
// web spy only supports IPv4
28
DtNetU32
addressFamily
;
29
DtNetU32
webSpyId
;
30
DtNetU32
federationHandle
;
31
DtNetU32
processId
;
32
DtNetU16
webSpyPort
;
33
DtNetU16
udpPort
;
34
DtNetU16
tcpPort
;
35
DtNetU16
notifyLevel
;
36
DtNetU16
logFilenameSize
;
37
DtNetU16
nameSize
;
38
DtNetU16
processNameSize
;
39
DtNetU16
commandArgsSize
;
40
DtNetU16
licServerSize
;
41
DtNetU16
forwarderPort
;
42
DtNetU16
federationNameSize
;
43
DtNetU16
federateNameSize
;
44
DtNetU8
fullCompliance
;
45
DtNetU8
hlaVersion
;
46
DtNetU8
useRtiexec
;
47
DtNetU8
isNetStatsEnabled
;
48
//char logFilename[] - log filename name for this component
49
//char name[] - name of this component
50
//char processName[] - name of the process
51
//char commandArgs[] - command line arguments
52
//char licServer[] - license server used by this component
53
//char federationName[] - name of the federate's federation (LRC only)
54
//char federateName[] - name of the federate
55
};
56
57
58
#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
)