MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
assistant
rtiAssistantToAssistantClient.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*******************************************************************************
6
** $RCSfile: rtiAssistantToAssistantClient.h,v $ $Revision: 1.8 $ $State: Exp $
7
*******************************************************************************/
8
9
#ifndef rtiAssistantToAssistantClient_H_
10
#define rtiAssistantToAssistantClient_H_
11
15
16
#include <vlutil/vlFilename.h>
17
#include "
rtiUtil.h
"
18
19
#include "
rtiAssistantClient.h
"
20
#include "
assistantShutdownMsg.h
"
21
#include "
assistantCommandMsg.h
"
22
#include "
assistantShowDialogMsg.h
"
23
30
class
DT_DLL_ASSISTANT
DtRtiAssistantToAssistantClient
:
public
DtRtiAssistantClient
31
{
32
public
:
33
34
DtRtiAssistantToAssistantClient
(
int
port = 0 );
35
virtual
~
DtRtiAssistantToAssistantClient
();
36
39
virtual
bool
sendShowDialogMsg(
DtAssistantShowDialogMsg::DtAssistantShowDialogEnum
dialog );
40
43
virtual
void
sendShutdownMessage(
DtAssistantShutdownMsg::DtShutdownEnum
shouldForce);
44
46
virtual
void
sendCommandMessage(
DtRtiAssistantCommand
command);
47
49
virtual
MAKRti::DtString sendInteractiveCommandMessage(
DtRtiAssistantCommand
command);
50
52
virtual
void
sendClientInfo
(){};
53
54
protected
:
55
57
MAKRti::DtString myName;
58
59
};
60
61
62
#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
)