Instances of DtLgrSetTimePdu are to tell a remote logger to go to time position HH:MM:SS. More...
Inheritance diagram for DtLgrSetTimePdu:
Collaboration diagram for DtLgrSetTimePdu:Public Member Functions | |
| DtLgrSetTimePdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor | |
| DtLgrSetTimePdu (const DtNetLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct from network representation) | |
| DtLgrSetTimePdu (const DtEntityIdentifier &sender, const DtEntityIdentifier &receiver, DtTime tm, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct and prepare for send) | |
| virtual | ~DtLgrSetTimePdu () |
| destructor | |
| DtLgrSetTimePdu (const DtLgrSetTimePdu &src) | |
| copy constructor | |
| DtLgrSetTimePdu & | operator= (const DtLgrSetTimePdu &src) |
| assignment operator | |
| virtual DtTime | time () const |
| Get/set time to jump to within logger playback file. | |
| virtual void | setTime (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 to time position HH:MM:SS.