VR-Forces 4.0.4 Class Documentation
include/vrfExtObjects/globalEnvironmentObjPub.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: globalEnvironmentObjPub.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef globalEnvironmentObjPub_h
00013 #define globalEnvironmentObjPub_h
00014 
00015 #include <vl/envProcPub.h>
00016 #include <vrfExtObjects/vrfExtObjectsDefines.h>
00017 
00018 class DtGlobalEnvironmentObjectRepository;
00019 
00024 class DT_DLL_vrfExtObjects DtGlobalEnvironmentObjectPublisher : public DtEnvironmentProcessPublisher
00025 {
00026 public:
00033    DtGlobalEnvironmentObjectPublisher(DtExerciseConn* conn);
00034 
00035 #if DtHLA
00036    // Create with region set
00037    DtGlobalEnvironmentObjectPublisher(DtExerciseConn* conn, const DtDDMRegionSet* regionSetToUse);
00038 #endif
00039 
00041    virtual ~DtGlobalEnvironmentObjectPublisher();
00042 
00043 #if DtDIS
00044 
00045    virtual void init(const DtEntityIdentifier& id);
00046 #endif
00047 
00049    virtual DtGlobalEnvironmentObjectRepository* gesr();
00050    virtual const DtGlobalEnvironmentObjectRepository* gesr() const;
00051 
00052 private:
00054    DtGlobalEnvironmentObjectPublisher(const DtGlobalEnvironmentObjectPublisher&);
00055    DtGlobalEnvironmentObjectPublisher& operator=(const DtGlobalEnvironmentObjectPublisher&);
00056 };
00057 
00058 
00059 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)