22 typedef void (*DtStopFreezePduCb)(DtStopFreezePdu *pdu,
void *usr);
27 class DT_DLL_VL DtStopFreezePdu :
public DtSimanPdu
31 enum { PduStaticSize=40 };
48 DtTime realWorldTime()
const;
49 void setRealWorldTime(
const DtTime time);
62 int requestId()
const;
63 void setRequestId(
int id);
66 int frozenBehavior()
const;
67 void setFrozenBehavior(
int behavior);
72 virtual bool reflectWhenFrozen()
const;
73 virtual void setReflectWhenFrozen(
bool flag);
78 virtual bool runClockWhenFrozen()
const;
79 virtual void setRunClockWhenFrozen(
bool flag);
84 virtual bool updateWhenFrozen()
const;
85 virtual void setUpdateWhenFrozen(
bool flag);
88 virtual void printData()
const;
91 virtual void printDataToStream(std::ostream& stream)
const;
102 DtStopFreezePduCb cb,
void *usr);
104 DtStopFreezePduCb cb,
void *usr);
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
DtStopReason
Definition: disEnums.h:383
Definition: disEnums.h:254
Instances of DtStopFreezeInteraction are used to represent StopFreeze Interactions in the RPR ROM...
Definition: stopFreezeInteractionHLA.h:28
DtPdu is the base class for all PDU's in VR-Link.
Definition: pdu.h:69
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
struct DtBufferPlaceHolder * DtBufferPtr
Definition: vlBaseMsg.h:17
#define DtUSE_INTERNAL_BUFFER
Definition: vlBaseMsg.h:22
Contains the standard DIS enumerations.
DtTimeStampType
Definition: vlTimeStampType.h:16
DtPduKind
([UID 4]) - PDU Type
Definition: disEnums.h:238