61 virtual void processStateMessage(
const DtStateMsg& msg );
78 virtual void addPostUpdateCallback( DtPropNoiseCallbackFunction cb,
void* userData );
79 virtual void removePostUpdateCallback( DtPropNoiseCallbackFunction cb,
void* userData );
82 virtual inline const DtBaseHashKey& hashKey()
const {
return myHashKey; }
85 virtual inline DtString idString()
const {
return myIdString; }
94 static void setStateRepCreator( DtStateRepCreator creator );
95 static DtStateRepCreator stateRepCreator();
107 static DtStateRepCreator theStateRepCreator;
DtHlaStateDecoder * myDecoder
Definition: reflectedObjectHLA.h:181
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
Instances of DtObjectIdHashKey are hash keys made from DtObjectIds.
Definition: objectIdHashKey.h:22
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
Instances of DtReflectedPropulsionNoise are used to represent a simulated EmbeddedSystem.UnderwaterAcousticsEmission.PropulsionNoise object reflected across a network.
Definition: reflectedPropulsionNoiseHLA.h:28
virtual DtHlaStateDecoder * decoder()
Returns a pointer to the Decoder being used to decode state messages into our SR. ...
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
virtual DtStateRepository * stateRep() const
Returns a pointer to the StateRepository - through which you can inspect current state information...
Definition: reflectedObjectHLA.h:198
Contains the DIS DtPropulsionNoiseDecoder class declaration.
virtual const DtGlobalObjectDesignator & globalId() const
Get the HLA object's global object designator - the object name in HLA.
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
class DtPropulsionNoiseStateRepository
Definition: propulsionNoiseStateRepository.h:22
Contains the DtPropulsionNoiseStateRepository class declaration.
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
class DtPropulsionNoiseDecoder
Definition: propulsionNoiseDecoderHLA.h:23
Instances of DtString are used to represent strings.
Definition: vlString.h:29
class DtStateMsg:
Definition: stateMsgHLA.h:32