MAK RTIspy API Documentation for HLA 1516
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
assistantFederateReqMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2012 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef assistantFederateReqMsg_H_
7
#define assistantFederateReqMsg_H_
8
12
13
14
#include "
assistantTemplateMsg.h
"
15
#include "
rtiAssistantPeer.h
"
16
#include <
rtiutil/rtiTemplateMsgParams.h
>
17
#include <
rtiutil/rtiTemplateMsgArrayParams.h
>
18
#include <
rtiutil/rtiTemplateMsgInetAddrParams.h
>
19
#include <vlutil/vlInetAddr.h>
20
#include <vlutil/vlNetTypes.h>
21
22
27
class
DT_DLL_ASSISTANT
DtAssistantFederateReqMsg
:
public
DtAssistantTemplateMsg
28
{
29
public
:
30
31
// Declare the standard methods required by the message class.
32
DtASTNT_DECLARE_STANDARD_MSG_METHODS
(
DtAssistantFederateReqMsg
)
33
DtASTNT_DECLARE_PEER_CALLBACK_METHODS
(
DtAssistantFederateReqMsg
)
34
35
//Note, Assistant Header is aligned to 64 bits and is implicitly placed in front of the following
36
37
// Connection information
38
DtDECLARE_UNSIGNED_PARAMETER_METHODS
(TcpAddressFamily, 32)
39
DtDECLARE_UNSIGNED_PARAMETER_METHODS
(UdpAddressFamily, 32)
40
41
DtDECLARE_INET_ADDR_PARAMETER_METHODS
(TcpAddress)
42
DtDECLARE_INET_ADDR_PARAMETER_METHODS
(UdpAddress)
43
DtDECLARE_INET_ADDR_PARAMETER_METHODS
(UdpIfAddress)
44
45
DtDECLARE_UNSIGNED_PARAMETER_METHODS
(TcpPort, 16)
46
DtDECLARE_UNSIGNED_PARAMETER_METHODS
(UdpPort, 16)
47
DtDECLARE_UNSIGNED_PARAMETER_METHODS
(ForwarderPort, 16)
48
DtDECLARE_BOOL_PARAMETER_METHODS
(UseRtiexec)
49
DtDECLARE_UNSIGNED_PARAMETER_METHODS
(Pad1, 8)
50
51
// Federate/Federation information
52
DtDECLARE_UNSIGNED_PARAMETER_METHODS
(FederateHandle, 32)
53
DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS
(FederationNameSize, 16)
54
DtDECLARE_STRING_PARAMETER_METHODS
(FederationName, 16)
55
};
56
57
58
#endif // assistantFederateReqMsg_H_
59
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
)