49 virtual void printData()
const;
52 virtual void printDataToStream( std::ostream& stream )
const;
63 virtual void setRealWorldTime(
const DtTime time );
64 virtual DtTime realWorldTime()
const;
72 virtual void setRequestId(
int id );
73 virtual int requestId()
const;
80 virtual bool reflectWhenFrozen()
const;
81 virtual void setReflectWhenFrozen(
bool flag );
84 virtual bool runClockWhenFrozen()
const;
85 virtual void setRunClockWhenFrozen(
bool flag );
88 virtual bool updateWhenFrozen()
const;
89 virtual void setUpdateWhenFrozen(
bool flag );
92 virtual const char* name()
const;
97 DtStopFreezeInteractionCb cb,
void* usr,
98 DtDDMRegionSP region = DtDDMRegionSP() );
100 DtStopFreezeInteractionCb cb,
void* usr,
101 DtDDMRegionSP region = DtDDMRegionSP() );
Contains the DtEntityIdentifier class declaration.
DtInteraction is an base class for representing DIS PDUs which don't have state.
Definition: interactionDIS.h:24
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
DtStopReason
Definition: disEnums.h:387
This file defines math constants and methods which may be useful in simulations.
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
DtTimeStampType
Definition: vlTimeStampType.h:16
DtStopFreezePdu DtStopFreezeInteraction
Definition: stopFreezePdu.h:18
Instances of DtStopFreezePdu are used to send/receive stop/freeze PDUs.
Definition: stopFreezePdu.h:27