19 class DtUnderwaterAcousticPdu;
46 virtual void addActiveSonarAdditionCallback(
48 virtual void removeActiveSonarAdditionCallback(
52 virtual void addActiveSonarRemovalCallback(
54 virtual void removeActiveSonarRemovalCallback(
58 virtual void print()
const;
61 virtual void printDataToStream( std::ostream& stream )
const;
76 virtual int acceptPdu(
const DtStateMsg& msg )
const;
101 static void underwaterAcousticCb( DtUnderwaterAcousticPdu* pdu,
void* usr );
class DtReflectedObjectList
Definition: reflectedObjectListHLA.h:58
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
Instances of DtReflectedActiveSonar are used to represent a simulated EmbeddedSystem.UnderwaterAcousticsEmission.ActiveSonar object reflected across a network.
Definition: reflectedActiveSonarHLA.h:28
Instances of DtSystemHashKey are used as hash keys for an emitter system.
Definition: systemHashKey.h:18
This file contains typedefs used to represent objects in a protocol neutral way.
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
virtual void removeAndDelete(DtReflectedObject *obj, char *msg=nullptr)
Remove the remote object from the list if found and delete it.
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
virtual void objectAdded(DtReflectedObject *object)
Called from processDiscoverObject() after a remote object has been added to the list.
Instances of DtReflectedActiveSonarList manage a list of DtReflectedActiveSonar objects.
Definition: reflectedActiveSonarListHLA.h:21
Instances of DtString are used to represent strings.
Definition: vlString.h:29
Contains the DIS DtReflectedActiveSonar class declaration.
class DtStateMsg:
Definition: stateMsgHLA.h:32
virtual void print()
Print the SRs of all objects.
void(* DtActiveSonarCallbackFunction)(DtReflectedActiveSonar *obj, void *usr)
Callback function that takes a DtReflectedObject and user data.
Definition: reflectedActiveSonarHLA.h:21