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);