MAK RTIspy API Documentation for HLA 1.3
rtiAssistantWwwClient.h
Go to the documentation of this file.
00001 /*********************************************************************
00002  ** Copyright (c) 2008 MaK Technologies, Inc.
00003  ** All rights reserved.
00004  *********************************************************************/
00005 /*******************************************************************************
00006  ** $RCSfile: rtiAssistantWwwClient.h,v $ $Revision: 1.4 $ $State: Exp $
00007  *******************************************************************************/
00008 
00009 #ifndef rtiAssistantWwwClient_H_
00010 #define rtiAssistantWwwClient_H_
00011 
00015 
00016 #include <vlutil/vlFilename.h>
00017 
00018 #include "rtiAssistantClient.h"
00019 
00026 class DT_DLL_ASSISTANT DtRtiAssistantWwwClient : public DtRtiAssistantClient
00027 {
00028 public:
00029 
00030    DtRtiAssistantWwwClient( int port = 0 );
00031    virtual ~DtRtiAssistantWwwClient();
00032 
00037    virtual void updateWwwLogFile( const MAKRti::DtFilename& file );
00038 
00042    virtual void updateWebSpyInfo( DtInetAddr ipAddr, int httpPort, int rtiPort );
00043 
00045    virtual void sendClientInfo();
00046 
00047 protected:
00048 
00050    MAKRti::DtString myName;
00051 
00053    MAKRti::DtFilename myLogFile;
00054    
00056    DtInetAddr myWebSpyAddr;
00057 
00059    int myWebSpyHttpPort;
00060 
00062    int myWebSpyRtiPort;
00063 
00064 };
00065 
00066 
00067 #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)