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();
112 DtTime myLastSimTimeUpdated;
113 DtTime myLastReceivedTimeStamp;
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#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
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:32
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
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
class DtStateMsg:
Definition: stateMsgHLA.h:32