VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
globalEnvironmentObjectPublisher.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
14 
16 
22 {
23 public:
24 
32  DtExerciseConn* conn,
33  const DtObjectType& type,
34 #if DtHLA
35  const DtGlobalObjectDesignator& id = DtGlobalObjectDesignator::nullId(),
36 #endif
37  const DtEntityIdentifier& entId = DtEntityIdentifier::nullId()
38  );
39 
40 #if DtHLA
41  // Create with region set
43  DtExerciseConn* conn,
44  const DtObjectType& type,
45  const DtDDMRegionSet* regionSetToUse,
47  const DtEntityIdentifier& entId = DtEntityIdentifier::nullId()
48  );
49 #endif
50 
53 
56  virtual const DtGlobalEnvironmentObjectRepository* gesr() const;
57 
59  virtual void sendUpdateWhenTimeChangesBy(double);
60  virtual double updateWhenTimeChangesBy() const;
61 
62 private:
66 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)