VR-Forces 5.0.2 Developer's Guide
 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,
46  const DtGlobalObjectDesignator& id = DtVrfObjectIdGenerator::nullId(),
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 };
static DtGlobalObjectDesignator nullId()
Definition: vrfObjectIdGenerator.h:54
DtWeatherObjectPublisher & operator=(const DtWeatherObjectPublisher &)
This class will wrap a VR-Link DtEnvironmentalProcessPublisher to allow for easier creation of a publ...
Definition: weatherObjectPublisher.h:21
Contains the DtWeatherObjectPublisher class declaration.
Definition: objectType.h:27
This class creates a network state repository to aid sending tactical smoke objects.
Definition: globalEnvironmentObjectRepository.h:16
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23
This class will wrap a VR-Link DtEnvironmentalProcessPublisher to allow for easier creation of a publ...
Definition: globalEnvironmentObjectPublisher.h:21

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)