94 static void setStateRepCreator( DtStateRepCreator creator );
95 static DtStateRepCreator stateRepCreator();
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
DtPropulsionNoiseStateRepository * myStateRepository
Definition: reflectedPropulsionNoiseDIS.h:113
void(* DtPropNoiseCallbackFunction)(DtReflectedPropulsionNoise *, void *)
Callback function that takes a DtReflectedPropulsionNoise and user data.
Definition: reflectedPropulsionNoiseDIS.h:23
virtual DtPropulsionNoiseDecoder * decoder()
Returns a pointer to the Decoder being used to decode state messages.
Definition: reflectedPropulsionNoiseDIS.h:57
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:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual const DtBaseHashKey & hashKey() const
Get a hash key for this object.
Definition: reflectedPropulsionNoiseDIS.h:82
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
Instances of DtReflectedPropulsionNoise represent propulsion noise object simulated by remote applica...
Definition: reflectedPropulsionNoiseDIS.h:28
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
DtObjectIdHashKey myHashKey
Definition: reflectedPropulsionNoiseDIS.h:111
Contains the DIS DtPropulsionNoiseDecoder class declaration.
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
class DtPropulsionNoiseStateRepository
Definition: propulsionNoiseStateRepository.h:22
Contains the DtPropulsionNoiseStateRepository class declaration.
virtual const DtGlobalObjectDesignator & globalId() const =0
Get the Global ID for this object.
virtual DtPropulsionNoiseStateRepository * propulsionNoiseRep() const
Get the propulsion noise state repository.
Definition: reflectedPropulsionNoiseDIS.h:47
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
virtual DtString idString() const
Get a string identification of this object.
Definition: reflectedPropulsionNoiseDIS.h:85
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
virtual void processStateMessage(const DtStateMsg &msg)
Process an entity state PDU.
DtPropulsionNoiseDecoder myDecoder
Definition: reflectedPropulsionNoiseDIS.h:114
static DtStateRepCreator theStateRepCreator
Definition: reflectedPropulsionNoiseDIS.h:107
virtual DtPropulsionNoiseStateRepository * psr() const
Synonym for propulsionNoiseRep().
Definition: reflectedPropulsionNoiseDIS.h:50
Instances of DtPropulsionNoiseDecoder are used to take state information from an emission state PDU a...
Definition: propulsionNoiseDecoderDIS.h:23
void * wrapPrev() const
Definition: vlList.h:288
virtual DtStateRepository * stateRep() const
Returns a pointer to the StateRepository through which you can inspect current state information...
Definition: reflectedPropulsionNoiseDIS.h:54
DtString myIdString
Definition: reflectedPropulsionNoiseDIS.h:112
Instances of DtString are used to represent strings.
Definition: vlString.h:36
Instances of DtStateMsg are used to represent state data communicated via the network in a DIS (as op...
Definition: stateMsgDIS.h:21