MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
31 {
32 public:
33 
34  DtRtiAssistantToAssistantClient( int port = 0 );
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 Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)