MAK RTIspy API Documentation for HLA 1.3
rtiAssistantWwwClient.h
Go to the documentation of this file.
1 /*********************************************************************
2  ** Copyright (c) 2008 MaK Technologies, Inc.
3  ** All rights reserved.
4  *********************************************************************/
5 /*******************************************************************************
6  ** $RCSfile: rtiAssistantWwwClient.h,v $ $Revision: 1.4 $ $State: Exp $
7  *******************************************************************************/
8 
9 #ifndef rtiAssistantWwwClient_H_
10 #define rtiAssistantWwwClient_H_
11 
15 
16 #include <vlutil/vlFilename.h>
17 
18 #include "rtiAssistantClient.h"
19 
27 {
28 public:
29 
30  DtRtiAssistantWwwClient( int port = 0 );
31  virtual ~DtRtiAssistantWwwClient();
32 
37  virtual void updateWwwLogFile( const MAKRti::DtFilename& file );
38 
42  virtual void updateWebSpyInfo( DtInetAddr ipAddr, int httpPort, int rtiPort );
43 
45  virtual void sendClientInfo();
46 
47 protected:
48 
50  MAKRti::DtString myName;
51 
53  MAKRti::DtFilename myLogFile;
54 
56  DtInetAddr myWebSpyAddr;
57 
60 
63 
64 };
65 
66 
67 #endif

Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)