VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
globalEnvironmentObjectPublisher.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 
15 
21 {
22 public:
30  DtExerciseConn* conn,
31  const DtObjectType& type,
32 #if DtHLA
33  const DtGlobalObjectDesignator& id = DtGlobalObjectDesignator::nullId(),
34 #endif
35  const DtEntityIdentifier& entId = DtEntityIdentifier::nullId()
36  );
37 
38 #if DtHLA
39  // Create with region set
41  DtExerciseConn* conn,
42  const DtObjectType& type,
43  const DtDDMRegionSet* regionSetToUse,
45  const DtEntityIdentifier& entId = DtEntityIdentifier::nullId()
46  );
47 #endif
48 
51 
54  virtual const DtGlobalEnvironmentObjectRepository* gesr() const;
55 
57  virtual void sendUpdateWhenTimeChangesBy(double);
58  virtual double updateWhenTimeChangesBy() const;
59 
60 private:
64 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)