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);
void(* DtStopFreezePduCb)(DtStopFreezePdu *pdu, void *usr)
DtStopFreezePdu callback function signature.
Definition: stopFreezePdu.h:22
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtStopReason
Definition: disEnums.h:383
class DtPduFactory:
Definition: pduFactory.h:38
Definition: disEnums.h:254
DtPdu is the base class for all PDU's in VR-Link.
Definition: pdu.h:69
DtSimanPdu provides a base class for all of the simulation management PDU's.
Definition: simanPdu.h:23
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
virtual void printDataToStream(std::ostream &stream) const
Prints the contents of the PDU to the specified stream.
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
struct DtBufferPlaceHolder * DtBufferPtr
Definition: vlBaseMsg.h:17
virtual void printData() const
Prints the contents of the PDU.
#define DtUSE_INTERNAL_BUFFER
Definition: vlBaseMsg.h:22
Contains the standard DIS enumerations.
DtTimeStampType
Definition: vlTimeStampType.h:16
DtPduKind internalGetPduKind() const
Returns the internal PDU kind.
Definition: stopFreezePdu.h:108
DtPduKind
([UID 4]) - PDU Type
Definition: disEnums.h:238
DtStopFreezePdu DtStopFreezeInteraction
Definition: stopFreezePdu.h:18
Instances of DtStopFreezePdu are used to send/receive stop/freeze PDUs.
Definition: stopFreezePdu.h:27