51 virtual void addSubsurfaceLayerAdditionCallback(
53 virtual void removeSubsurfaceLayerAdditionCallback(
57 virtual void addSubsurfaceLayerRemovalCallback(
59 virtual void removeSubsurfaceLayerRemovalCallback(
98 static void subsurfaceLayerStateCb(
DtMetocPdu* pdu,
void* usr);
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
virtual void print() const
Print the SRs of all objects.
Instances of DtReflectedObjectList are lists of instances of classes derived from DtReflectedObject...
Definition: reflectedObjectListDIS.h:38
Instances of this class provide a protocol independent interface to a list of SubsurfaceLayer in a DI...
Definition: reflectedSubsurfaceLayerListDIS.h:30
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
virtual const DtBaseHashKey & hashKeyFromStateMessage(const DtStateMsg *msg)=0
Get a hash key from a state message.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
Instances of DtMetocPdu are used for DIS network packets which encode the DtMetocRootStateRepository ...
Definition: metocPdu.h:37
virtual int acceptPdu(const DtStateMsg &) const
Determines if a PDU should be processed or not.
DtEntityIdentifierHashKey myHashKey
Definition: reflectedSubsurfaceLayerListDIS.h:101
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
This file declares DtEntityIdentifierHashKey.
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
Contains the DtMetocPdu class declaration.
Definition: reflectedSubsurfaceLayerDIS.h:29
virtual DtReflectedObject * newReflectedObj(const DtStateMsg &msg)=0
Create a new object from a state message.
void(* DtSubsurfaceLayerCallbackFunction)(DtReflectedSubsurfaceLayer *obj, void *userData)
Definition: reflectedSubsurfaceLayerDIS.h:25
virtual void objectAdded(DtReflectedObject *object)
Called after a remote object has been added to the list.
Instances of DtStateMsg are used to represent state data communicated via the network in a DIS (as op...
Definition: stateMsgDIS.h:21
virtual DtReflectedObject * processStateMessage(const DtStateMsg &msg)
Process an incoming state message.