10 #ifndef DtDisReflectedDesignatorList_H_
11 #define DtDisReflectedDesignatorList_H_
39 int designtrCode )
const;
46 virtual void addDesignatorAdditionCallback(
48 virtual void removeDesignatorAdditionCallback(
52 virtual void addDesignatorRemovalCallback(
54 virtual void removeDesignatorRemovalCallback(
58 virtual void print()
const;
61 virtual void printDataToStream(std::ostream& stream)
const;
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
DtSystemHashKey myHashKey
Definition: reflectedDesignatorListDIS.h:100
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
virtual const DtBaseHashKey & hashKeyFromStateMessage(const DtStateMsg *msg)=0
Get a hash key from a state message.
Instances of DtDesignatorPduare used to communicate information about designator objects in DIS...
Definition: designatorPdu.h:28
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
Instances of DtSystemHashKey are used as hash keys for an emitter system.
Definition: systemHashKey.h:18
virtual int acceptPdu(const DtStateMsg &) const
Determines if a PDU should be processed or not.
This file contains typedefs used to represent objects in a protocol neutral way.
void(* DtDesignatorCallbackFunction)(DtReflectedDesignator *, void *)
Callback function that takes a DtReflectedDesignator and user data.
Definition: reflectedDesignatorDIS.h:26
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
Instances of DtReflectedDesignator represent designator object simulated by remote applications...
Definition: reflectedDesignatorDIS.h:31
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
Instances of this class provide a protocol independent interface to a list of reflected designators i...
Definition: reflectedDesignatorListDIS.h:26
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
virtual void removeAndDelete(DtReflectedObject *obj, char *msg=NULL)
Remove the remote object from the list if found and delete it.
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.