VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simLocalTacticalSmokeNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
19 #include <vlutil/vlString.h>
20 #include <vlutil/vlList.h>
21 #include <vl/globalObjectDesignator.h>
23 
24 class DtObjectPublisher;
25 class DtVrfExtensions;
26 
34 
35 namespace makVrf
36 {
38  {
39  private:
43  const DtSimLocalTacticalSmokeNetInterface & operator=(const
45 
46  public:
47 
50  bool publishObject = true);
51 
54 
56  virtual void updatePublisher();
57 
59  virtual DtString type() const;
60 
61  static DtSimObjectNetInterface* creator(DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr,
62  bool publishObject);
63 
64  protected:
67  virtual DtEnvironmentProcessPublisher* _createPublisher(const DtEntityIdentifier& id = DtEntityIdentifier::nullId());
68 
71  virtual bool updateGeometry();
72 
74  virtual bool updateBoundingGeometry();
75 
77  virtual bool updateObjectState();
78 
81  virtual bool updateVrfDataAsSeenByRemote();
82 
84  virtual void updateUuid();
85 
86  protected:
88  bool myPaused;
89  };
90 }
Definition: simLocalTacticalSmokeNetInterface.h:37
Contains the DtSimEnvironmentalModelType class declaration.
Definition: vrfExtensions.h:22
DtVrfExtensions * myVrfExtensions
Definition: simLocalTacticalSmokeNetInterface.h:87
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:336
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:48
bool myPaused
Definition: simLocalTacticalSmokeNetInterface.h:88
Definition: simLocalEnvironmentalNetInterface.h:40

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)