17 class DT_DLL_VL DtReflectedActiveSonarBeam;
21 typedef void (*DtActiveSonarBeamCallbackFunction)(
22 DtReflectedActiveSonarBeam* obj,
void* userData);
37 DtReflectedActiveSonarBeam(DtHlaObject* obj,
DtExerciseConn* exConn);
40 virtual ~DtReflectedActiveSonarBeam();
54 virtual DtReflectedActiveSonarBeam*
next()
const;
58 virtual DtReflectedActiveSonarBeam*
prev()
const;
62 virtual DtReflectedActiveSonarBeam*
wrapNext()
const;
66 virtual DtReflectedActiveSonarBeam*
wrapPrev()
const;
70 virtual void addPostUpdateCallback(
71 DtActiveSonarBeamCallbackFunction cb,
void* usr );
75 virtual void removePostUpdateCallback(
76 DtActiveSonarBeamCallbackFunction cb,
void* usr );
81 static DtStateRepCreator setStateRepCreator( DtStateRepCreator creator );
86 DtReflectedActiveSonarBeam(
const DtReflectedActiveSonarBeam& orig );
89 DtReflectedActiveSonarBeam&
operator = (
const DtReflectedActiveSonarBeam& orig );
94 static DtStateRepCreator theStateRepCreator;
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtActiveSonarBeamRepository class declaration.
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
void * prev() const
Definition: vlList.h:277
void * wrapNext() const
Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit...
Definition: vlList.h:282
The DtActiveSonarBeamRepository class provides the state repository for the ActiveSonarBeam object...
Definition: activeSonarBeamRepository.h:18
void * wrapPrev() const
Definition: vlList.h:288