17 class DtArealObjectStatePdu;
40 virtual void addArealObjectAdditionCallback(
42 virtual void removeArealObjectAdditionCallback(
46 virtual void addArealObjectRemovalCallback(
48 virtual void removeArealObjectRemovalCallback(
52 virtual void print()
const;
55 virtual void printDataToStream( std::ostream& stream )
const;
69 virtual int acceptPdu(
const DtStateMsg& msg )
const;
91 static void arealObjectCb( DtArealObjectStatePdu* pdu,
void* usr );
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
class DtReflectedObjectList
Definition: reflectedObjectListHLA.h:36
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
This file provides protocol independence for reflected areal object includes.
void(* DtArealObjectCallbackFunction)(DtReflectedArealObject *obj, void *userData)
Definition: reflectedArealObjectHLA.h:23
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
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 void objectAdded(DtReflectedObject *object)
Called from processDiscoverObject() after a remote object has been added to the list.
Instances of DtReflectedArealObjectList manage the list of of remote Areal Objects in the exercise...
Definition: reflectedArealObjectListHLA.h:24
class DtStateMsg:
Definition: stateMsgHLA.h:32
virtual void print()
Print the SRs of all objects.
class DtReflectedArealObject:
Definition: reflectedArealObjectHLA.h:31