85 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
Contains the DtEntityIdentifier class declaration.
Contains the DtObjectId class declaration.
virtual DtSubsurfaceLayerStateRepository * subsurfaceLayerStateRep()
Returns a pointer to the DtSubsurfaceLayerStateRepository - through which you can set or inspect curr...
Definition: subsurfaceLayerPublisherDIS.h:99
DtStateRepository * myStateRep
Definition: objectPublisherDIS.h:193
static const DtEntityIdentifier & nullId()
Returns a reference to an instance of 0:0:0.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
Instances of DtMetocEncoder encode data from DtMETOC_RootStateRepository objects to the net structure...
Definition: subsurfaceLayerDecoderDIS.h:26
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherDIS.h:36
virtual void forceUpdate()=0
For publisher to send PDU on next tick.
virtual DtSubsurfaceLayerStateRepository * ssr()
Synonym for subsurfaceLayerStateRep().
Definition: subsurfaceLayerPublisherDIS.h:104
DtObjectId myId
Definition: subsurfaceLayerPublisherDIS.h:93
virtual const DtObjectId & id() const =0
The id is the same as the globalId, a DtEntityIdentifier unique to this object.
Instances of DtSubsurfaceLayerPublisher publish METOC_Root.EnvironmentCondition.Weather.SubsurfaceLayer.SubsurfaceLayer objects to the network.
Definition: subsurfaceLayerPublisherDIS.h:31
Instances of DtSubsurfaceLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.SubsurfaceLayer objects.
Definition: subsurfaceLayerStateRepository.h:32
virtual const DtGlobalObjectDesignator & globalId() const =0
The entityIdentifier unique to this object.
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
DtObjectPublisher & operator=(const DtObjectPublisher &orig)
assignment operator – not implemented
static DtStateRepCreator theStateRepCreator
Definition: subsurfaceLayerPublisherDIS.h:92
DtSubsurfaceLayerEncoder * myEncoder
Definition: subsurfaceLayerPublisherDIS.h:95
This class declares the DIS version of DtObjectPublisher.
virtual bool tick()=0
Tick (update) this object.
virtual const DtObjectId & localId() const =0
The localId is the same as the globalId, a DtEntityIdentifier unique to this object.
DtSubsurfaceLayerDecoder * myDecoder
Definition: subsurfaceLayerPublisherDIS.h:94
Instances of DtSubsurfaceLayerEncoder encode data from DtSubsurfaceLayerStateRepository objects to th...
Definition: subsurfaceLayerEncoderDIS.h:26