MAK RTIspy API Documentation for HLA Evolved
rtiAssistantToAssistantClient.h
Go to the documentation of this file.
00001 /*********************************************************************
00002  ** Copyright (c) 2008 MaK Technologies, Inc.
00003  ** All rights reserved.
00004  *********************************************************************/
00005 /*******************************************************************************
00006  ** $RCSfile: rtiAssistantToAssistantClient.h,v $ $Revision: 1.8 $ $State: Exp $
00007  *******************************************************************************/
00008 
00009 #ifndef rtiAssistantToAssistantClient_H_
00010 #define rtiAssistantToAssistantClient_H_
00011 
00015 
00016 #include <vlutil/vlFilename.h>
00017 #include "rtiUtil.h"
00018 
00019 #include "rtiAssistantClient.h"
00020 #include "assistantShutdownMsg.h"
00021 #include "assistantCommandMsg.h"
00022 #include "assistantShowDialogMsg.h"
00023 
00030 class DT_DLL_ASSISTANT DtRtiAssistantToAssistantClient : public DtRtiAssistantClient
00031 {
00032 public:
00033 
00034    DtRtiAssistantToAssistantClient( int port = 0 );
00035    virtual ~DtRtiAssistantToAssistantClient();
00036 
00039    virtual bool sendShowDialogMsg( DtAssistantShowDialogMsg::DtAssistantShowDialogEnum dialog );
00040 
00043    virtual void sendShutdownMessage(DtAssistantShutdownMsg::DtShutdownEnum shouldForce);
00044 
00046    virtual void sendCommandMessage(DtRtiAssistantCommand command);
00047    
00049    virtual MAKRti::DtString sendInteractiveCommandMessage(DtRtiAssistantCommand command);
00050 
00052    virtual void sendClientInfo(){};
00053 
00054 protected:
00055 
00057    MAKRti::DtString myName;
00058 
00059 };
00060 
00061 
00062 #endif

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)