Instances of DtLgrSetTimePdu are to tell a remote logger to go forward or backward to time HH:MM:SS. More...
Inheritance diagram for DtLgrSkipTimePdu:
Collaboration diagram for DtLgrSkipTimePdu:Public Member Functions | |
| DtLgrSkipTimePdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor | |
| DtLgrSkipTimePdu (const DtNetLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct from network representation) | |
| DtLgrSkipTimePdu (const DtEntityIdentifier &sender, const DtEntityIdentifier &receiver, DtTime tm, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct and prepare for send) | |
| virtual | ~DtLgrSkipTimePdu () |
| destructor | |
| DtLgrSkipTimePdu (const DtLgrSkipTimePdu &src) | |
| copy constructor | |
| DtLgrSkipTimePdu & | operator= (const DtLgrSkipTimePdu &src) |
| assignment operator | |
| virtual DtTime | time () const |
| Get/set amount of time to skip forward or back in playback file. | |
| virtual void | setTime (const DtTime &tm) |
| virtual DtLgrTimeParams * | params () const |
| Return correctly casted parameters pointer; see lgrControlP.h. | |
| virtual void | printData () const |
| Diagnostic output. | |
Private Attributes | |
| DtTime | myTime |
| Parameter. | |
Instances of DtLgrSetTimePdu are to tell a remote logger to go forward or backward to time HH:MM:SS.