Instances of DtLgrRecordActionPdu are to tell a remote logger to stop or begin recording when entering record-mode. More...
Inheritance diagram for DtLgrRecordActionPdu:
Collaboration diagram for DtLgrRecordActionPdu:Public Member Functions | |
| DtLgrRecordActionPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor | |
| DtLgrRecordActionPdu (const DtNetLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct from network representation) | |
| DtLgrRecordActionPdu (const DtEntityIdentifier &sender, const DtEntityIdentifier &receiver, DtLgrMode mode, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct and prepare for send) | |
| virtual | ~DtLgrRecordActionPdu () |
| destructor | |
| DtLgrRecordActionPdu (const DtLgrRecordActionPdu &src) | |
| copy constructor | |
| DtLgrRecordActionPdu & | operator= (const DtLgrRecordActionPdu &src) |
| assignment operator | |
| virtual DtLgrMode | action () const |
| Set/get action to take when switching to record-mode. | |
| virtual void | setAction (DtLgrMode cmd) |
| virtual DtLgrIntParams * | params () const |
| Return correctly casted parameters pointer; see lgrControlP.h. | |
Private Attributes | |
| DtLgrMode | myAction |
| Parameter. | |
Instances of DtLgrRecordActionPdu are to tell a remote logger to stop or begin recording when entering record-mode.