40 virtual void addLinearObjectAdditionCallback(
42 virtual void removeLinearObjectAdditionCallback(
46 virtual void addLinearObjectRemovalCallback(
48 virtual void removeLinearObjectRemovalCallback(
52 virtual void print()
const;
55 virtual void printDataToStream( std::ostream& stream )
const;
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 DtReflectedLinearObject represent Linear Object simulated by remote applications.
Definition: reflectedLinearObjectDIS.h:28
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
virtual void removeAndDelete(DtReflectedObject *obj, const char *msg=NULL)
Remove the remote object from the list if found and delete it.
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
virtual int acceptPdu(const DtStateMsg &) const
Determines if a PDU should be processed or not.
DtEntityIdentifierHashKey myHashKey
Definition: reflectedLinearObjectListDIS.h:103
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
void(* DtLinearObjectCallbackFunction)(DtReflectedLinearObject *, void *)
Callback function that takes a DtReflectedLinearObject and user data.
Definition: reflectedLinearObjectDIS.h:23
Instances of DtLinearObjectStatePdu are used to communicate information about the addition/modificati...
Definition: linearObjectStatePdu.h:33
Instances of this class provide a protocol independent interface to a list of reflected Linear Object...
Definition: reflectedLinearObjectListDIS.h:22
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
This file provides protocol independence for reflected linear object includes.
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
virtual DtReflectedObject * newReflectedObj(const DtStateMsg &msg)=0
Create a new object from a state message.
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.