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
virtual void sendClientInfo()
We have no pertinent info, this fcn is a nop.
Definition: rtiAssistantToAssistantClient.h:52
Manages the client connection to the RTI Assistant.
Definition: rtiAssistantClient.h:59
DtShutdownEnum
Definition: assistantShutdownMsg.h:37
This file contains the declaration of DtAssistantShowDialogMsg.
Definition: rtiUtil.h:193
#define DT_DLL_ASSISTANT
_WIN32
Definition: rtiMsConfig.h:121
The client connection to the RTI Assistant for an LRC.
Definition: rtiAssistantToAssistantClient.h:30
DtAssistantShowDialogEnum
Definition: assistantShowDialogMsg.h:37
Contains the DtRtiAssistantClient class declaration.
This file contains the declaration of DtAssistantCommandMsg.
This file contains the declaration of DtAssistantShutdownMsg.

Document ID: Generated on Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)