VR-Link API Documentation for HLA Evolved
genericPub.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00009 
00010 #ifndef genericPub_H_
00011 #define genericPub_H_
00012 
00013 #if DtHLA 
00014 
00015 #include "hObjPub.h"
00016 #include "genericSR.h"
00017 
00018 
00026 class DT_DLL_VL DtGenericObjectPublisher : public DtObjectPublisher
00027 {
00028 public:
00029    
00032    DtGenericObjectPublisher(DtExerciseConn* conn, 
00033       const char* className,
00034       const char* objName = 0,
00035       const DtDDMRegionSet* regionSetToUse = 0);
00036       
00038    virtual ~DtGenericObjectPublisher();
00039 
00042    virtual DtGenericStateRepository* genericStateRep();
00043 
00045    virtual DtGenericStateRepository* gsr();
00046 
00047 protected:
00048 
00050    DtGenericObjectPublisher(const DtGenericObjectPublisher &other);
00051 
00053    DtGenericObjectPublisher &operator=(const DtGenericObjectPublisher &other);
00054 
00055 };
00056 
00057 #endif
00058 #endif
00059 
00060 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)