VR-Forces Development_Version 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,
44  const DtGlobalObjectDesignator& id = DtVrfObjectIdGenerator::nullId(),
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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)