Instances of DtLgrPlayActionPdu are to tell a remote logger what action to take initially when set to playback mode. More...
Inheritance diagram for DtLgrPlayActionPdu:
Collaboration diagram for DtLgrPlayActionPdu:Public Member Functions | |
| DtLgrPlayActionPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor | |
| DtLgrPlayActionPdu (const DtNetLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct from network representation) | |
| DtLgrPlayActionPdu (const DtEntityIdentifier &sender, const DtEntityIdentifier &receiver, DtLgrMode mode, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct and prepare for send) | |
| virtual | ~DtLgrPlayActionPdu () |
| destructor | |
| DtLgrPlayActionPdu (const DtLgrPlayActionPdu &src) | |
| copy constructor | |
| DtLgrPlayActionPdu & | operator= (const DtLgrPlayActionPdu &src) |
| assignment operator | |
| virtual DtLgrMode | action () const |
| Get/set action to take place when logger switched to playback mode. | |
| virtual void | setAction (DtLgrMode cmd) |
| virtual DtLgrIntParams * | params () const |
| Return correctly cast parameters pointer; see lgrControlP.h. | |
Private Attributes | |
| DtLgrMode | myAction |
| Parameter. | |
Instances of DtLgrPlayActionPdu are to tell a remote logger what action to take initially when set to playback mode.