76 virtual void subsystemUpdated();
81 static DtStateRepCreator setStateRepCreator( DtStateRepCreator creator );
94 static DtStateRepCreator theStateRepCreator;
96 bool mySubsystemsCauseUpdate;
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
Contains the DtUnderwaterAcousticsStateRepository class declaration.
virtual DtUnderwaterAcousticsStateRepository * underwaterAcousticsStateRep() const
Get the underwater acoustic object's state repository.
Definition: reflectedUnderwaterAcousticsDIS.h:48
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtReflectedUnderwaterAcoustics represent underwater acoustics objects simulated by remot...
Definition: reflectedUnderwaterAcousticsDIS.h:29
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
Instances of DtUnderwaterAcousticsStateRepository are used to store state data for all underwater aco...
Definition: underwaterAcousticsStateRepository.h:37
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
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
virtual DtUnderwaterAcousticsStateRepository * usr() const
Synonym for underwaterAcousticsStateRep().
Definition: reflectedUnderwaterAcousticsDIS.h:54
void(* DtUnderwaterAcousticsCallbackFunction)(DtReflectedUnderwaterAcoustics *, void *)
Callback function that takes a DtReflectedUnderwaterAcoustics and user data.
Definition: reflectedUnderwaterAcousticsDIS.h:23
void * wrapPrev() const
Definition: vlList.h:288