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);
57 int requestId()
const;
58 void setRequestId(
int id);
61 int frozenBehavior()
const;
62 void setFrozenBehavior(
int behavior);
67 virtual bool reflectWhenFrozen()
const;
68 virtual void setReflectWhenFrozen(
bool flag);
73 virtual bool runClockWhenFrozen()
const;
74 virtual void setRunClockWhenFrozen(
bool flag);
79 virtual bool updateWhenFrozen()
const;
80 virtual void setUpdateWhenFrozen(
bool flag);
83 virtual void printData()
const;
86 virtual void printDataToStream(std::ostream& stream)
const;
97 DtStopFreezePduCb cb,
void *usr);
99 DtStopFreezePduCb cb,
void *usr);