15 #include <vlutil/vlString.h>
16 #include <vlutil/vlList.h>
17 #include <vl/globalObjectDesignator.h>
40 bool publishObject =
true);
57 virtual bool init(
const DtEntityIdentifier&
id = DtEntityIdentifier::nullId());
Contains the DtSimEnvironmentalModelType class declaration.
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
virtual void updatePublisher()
Update this publisher's contents.
virtual void destroyPublisher()
Called by the destructor (and also by setPublisher() in some cases).
This class will wrap a VR-Link DtEnvironmentalProcessPublisher to allow for easier creation of a publ...
Definition: cloudLayerPublisher.h:22
Definition: readerWriterRegistry.h:39
static DtSimObjectNetInterface * creator(const DtString &name, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry, bool publishObject)
Class Description: DtSimLocalControlObjectNetInterface.
Definition: simLocalControlObjectNetInterface.h:38
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Local network interface for CloudLayer state objects.
Definition: cloudLayerLocalNetInterface.h:28
DtCloudLayerPublisher * myCloudLayerPublisher
Definition: cloudLayerLocalNetInterface.h:80
const DtSimLocalControlObjectNetInterface & operator=(const DtSimLocalControlObjectNetInterface &orig)
assignment operator; see note on copy constructor above.
virtual bool init()
override of base class init(), calls create<...>Record() functions
virtual bool createPublisher(const DtEntityIdentifier &id=DtEntityIdentifier::nullId())
Called by init() to create a VR-Link publisher, deriving classes create the type of publisher needed ...
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:37
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
virtual DtString type() const
Return type string for publisher that can be referred to in ope files (see "vrfNetIfTypes.h")
virtual DtEnvironmentProcessPublisher * _createPublisher(const DtEntityIdentifier &id=DtEntityIdentifier::nullId()) const
Override this functions to use a subclass of DtEnvironmentProcessPublisher.