12 #ifndef DtDisReflectedObject_H_
13 #define DtDisReflectedObject_H_
54 virtual DtTime lastTimeUpdated()
const;
58 virtual DtTime lastSimTimeUpdated()
const;
62 virtual DtTime lastReceivedTimeStamp()
const;
65 virtual void processStateMessage(
const DtStateMsg& msg);
68 virtual void baseAddPostUpdateCallback(
70 virtual void baseRemovePostUpdateCallback(
91 virtual DtString idString()
const = 0;
105 virtual void processPostUpdateCallbacks();
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
DtTime myLastReceivedTimeStamp
Definition: reflectedObjectDIS.h:113
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtList and DtListItem.
Contains the DtString class declaration.
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
This file contains the declaration of DtClock and DtTime.
An intrusive list is a list that assumes that the elements that you add are pointers to instances of ...
Definition: vlList.h:196
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
DtTime myLastTimeUpdated
Definition: reflectedObjectDIS.h:111
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
DtExerciseConn * myExConn
Definition: reflectedObjectDIS.h:109
DtTime myLastSimTimeUpdated
Definition: reflectedObjectDIS.h:112
This is a base class from which elements of a DtIntrusiveList must be derived.
Definition: vlList.h:158
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
void(* DtReflectedObjectCallbackFunction)(DtReflectedObject *obj, void *userData)
Callback function that takes a DtReflectedObject and user data.
Definition: reflectedObjectCallbackInfo.h:19
Instances of DtString are used to represent strings.
Definition: vlString.h:29
DtIntrusiveList myStateUpdateCallbacks
Definition: reflectedObjectDIS.h:110
Instances of DtStateMsg are used to represent state data communicated via the network in a DIS (as op...
Definition: stateMsgDIS.h:21