MAK RTIspy API Documentation for HLA 1.3
rtiAssistantShmExecClient.h
Go to the documentation of this file.
00001 /*********************************************************************
00002  ** Copyright (c) 2008 MaK Technologies, Inc.
00003  ** All rights reserved.
00004  *********************************************************************/
00005 /*******************************************************************************
00006  ** $RCSfile: rtiAssistantShmExecClient.h,v $ $Revision: 1.4 $ $State: Exp $
00007  *******************************************************************************/
00008 
00009 #ifndef rtiAssistantShmExecClient_H_
00010 #define rtiAssistantShmExecClient_H_
00011 
00015 
00016 #include "rtiAssistantClient.h"
00017 
00024 class DT_DLL_ASSISTANT DtRtiAssistantShmExecClient : public DtRtiAssistantClient
00025 {
00026 public:
00027 
00029    DtRtiAssistantShmExecClient( int port = 0 );
00030 
00032    virtual ~DtRtiAssistantShmExecClient();
00033 
00037    virtual void updateForwarderInfo( DtInetAddr ipAddr, int port );
00038 
00039 
00041    virtual void sendClientInfo();
00042 
00043 protected:
00044 
00046       DtInetAddr myForwarderAddr;
00047 
00049       int myForwarderPort;
00050 
00052       const DtAssistantComponentType myComponentType;
00053 
00054 };
00055 
00056 
00057 #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)