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;
Contains the DtEntityIdentifier class declaration.
DtInteraction is an abstract base class for representing HLA interactions (or events) (as opposed to ...
Definition: interactionHLA.h:33
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
DtInteractionWithEncDec & operator=(const DtInteractionWithEncDec &orig)
assignment operator
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
bool myReflect
Definition: stopFreezeInteractionHLA.h:111
DtStopReason
Definition: disEnums.h:387
DtTimeStampType myRealTimeType
Definition: stopFreezeInteractionHLA.h:109
static void removeCallback(DtExerciseConn *conn, const std::vector< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
This file defines math constants and methods which may be useful in simulations.
virtual void printData() const
Print the interaction's data to DtInfo.
Definition: interactionHLA.h:348
DtEntityIdentifier myReceiveEnt
Definition: stopFreezeInteractionHLA.h:106
virtual void printDataToStream(std::ostream &stream) const
Print the interaction's data to the stream.
Definition: interactionHLA.h:356
virtual const char * name() const =0
Name of the interaction. (Not necessarily the ClassName from the FOM.)
DtTime myRealTime
Definition: stopFreezeInteractionHLA.h:108
Instances of DtStopFreezeInteraction are used to represent StopFreeze Interactions in the RPR ROM...
Definition: stopFreezeInteractionHLA.h:28
static void addCallback(DtExerciseConn *conn, const std::vector< DtString > *classes, DtReceiveInteractionCb cb, void *usr, DtDDMRegionSP region=DtDDMRegionSP())
Register/Deregister callback function cb with conn, on all interaction class name (char*) contained i...
DtStopReason myReason
Definition: stopFreezeInteractionHLA.h:110
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
DtBoost::shared_ptr< DtDDMRegion > DtDDMRegionSP
Definition: region13.h:31
void(* DtStopFreezeInteractionCb)(DtStopFreezeInteraction *inter, void *usr)
StopFreeze interaction callback function signature.
Definition: stopFreezeInteractionHLA.h:22
bool myRunClock
Definition: stopFreezeInteractionHLA.h:113
This file provides a declaration of the class DtInteractionWithEncDec.
class DtInteractionWithEncDec:
Definition: interactionWithEncDec.h:44
DtTimeStampType
Definition: vlTimeStampType.h:16
DtEntityIdentifier myOrigEnt
Definition: stopFreezeInteractionHLA.h:105
int myRequestId
Definition: stopFreezeInteractionHLA.h:107
bool myUpdate
Definition: stopFreezeInteractionHLA.h:112