Instances of DtLgrTimeoutPdu are to tell a remote logger how long to generate interim packets for an entity before assuming no more packets in file. More...
Inheritance diagram for DtLgrTimeoutPdu:
Collaboration diagram for DtLgrTimeoutPdu:Public Member Functions | |
| DtLgrTimeoutPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor | |
| DtLgrTimeoutPdu (const DtNetLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct from network representation) | |
| DtLgrTimeoutPdu (const DtEntityIdentifier &sender, const DtEntityIdentifier &receiver, DtReal val, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct and prepare for send) | |
| virtual | ~DtLgrTimeoutPdu () |
| destructor | |
| DtLgrTimeoutPdu (const DtLgrTimeoutPdu &src) | |
| copy constructor | |
| DtLgrTimeoutPdu & | operator= (const DtLgrTimeoutPdu &src) |
| assignment operator | |
| virtual DtReal | timeout () const |
| Get/set timeout. See class description. | |
| virtual void | setTimeout (DtReal val) |
| virtual DtLgrRealParams * | params () const |
| Return correctly casted parameters pointer. See lgrControlP.h. | |
| virtual void | printData () const |
| Diagnostic output. | |
Private Attributes | |
| DtReal | myTimeout |
| Parameter. | |
Instances of DtLgrTimeoutPdu are to tell a remote logger how long to generate interim packets for an entity before assuming no more packets in file.
Useful during slow-motion playback.