MAK RTIspy API Documentation for HLA Evolved
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
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
DtNetU128
tcpAddress
;
24
DtNetU128
tcpInterface
;
25
DtNetU128
udpAddress
;
26
DtNetU128
udpInterface
;
27
DtNetU32
fedHandle
;
28
DtNetU32
addressFamily
;
29
DtNetU32
federationHandle
;
30
DtNetU32
processId
;
31
DtNetU16
udpPort
;
32
DtNetU16
tcpPort
;
33
DtNetU16
notifyLevel
;
34
DtNetU16
logFilenameSize
;
35
DtNetU16
nameSize
;
36
DtNetU16
processNameSize
;
37
DtNetU16
commandArgsSize
;
38
DtNetU16
licServerSize
;
39
DtNetU16
forwarderPort
;
40
DtNetU16
federationNameSize
;
41
DtNetU16
federateNameSize
;
42
DtNetU8
fullCompliance
;
43
DtNetU8
hlaVersion
;
44
DtNetU8
useRtiexec
;
45
DtNetU8
isNetStatsEnabled
;
46
//char logFilename[] - log filename name for this component
47
//char name[] - name of this component
48
//char processName[] - name of the process
49
//char commandArgs[] - command line arguments
50
//char licServer[] - license server used by this component
51
//char federationName[] - name of the federate's federation (LRC only)
52
//char federateName[] - name of the federate
53
};
54
55
56
#endif
Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)