VR-Forces 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 
53  virtual ~DtSimLocalTacticalSmokeNetInterface() override;
54 
56  virtual void updatePublisher() override;
57 
59  virtual DtString type() const override;
60 
61  static DtSimObjectNetInterface* creator(DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr,
62  bool publishObject);
63 
64  protected:
67  virtual DtEnvironmentProcessPublisher* _createPublisher(
68  const DtEntityIdentifier& id = DtEntityIdentifier::nullId()) override;
69 
72  virtual bool updateGeometry();
73 
75  virtual bool updateBoundingGeometry();
76 
78  virtual bool updateObjectState();
79 
82  virtual bool updateVrfDataAsSeenByRemote();
83 
85  virtual void updateUuid() override;
86 
87  protected:
89  bool myPaused;
90  };
91 }
Definition: simLocalTacticalSmokeNetInterface.h:37
Contains the DtSimEnvironmentalModelType class declaration.
Definition: vrfExtensions.h:22
DtVrfExtensions * myVrfExtensions
Definition: simLocalTacticalSmokeNetInterface.h:88
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:398
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50
bool myPaused
Definition: simLocalTacticalSmokeNetInterface.h:89
Definition: simLocalEnvironmentalNetInterface.h:40

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)