Instances of DtLgrResponsePdu are to respond to a remote controller with the result of a logger command. More...
Inheritance diagram for DtLgrResponsePdu:
Collaboration diagram for DtLgrResponsePdu:Public Member Functions | |
| DtLgrResponsePdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor | |
| DtLgrResponsePdu (const DtNetLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct from network representation) | |
| DtLgrResponsePdu (const DtEntityIdentifier &sender, const DtEntityIdentifier &receiver, int commandDomain, int commandProtocol, int commandId, const DtString ¶metersBuffer, int pduSize=theCommandPduSize, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct and prepare for send) | |
| virtual | ~DtLgrResponsePdu () |
| destructor | |
| DtLgrResponsePdu (const DtLgrResponsePdu &src) | |
| copy constructor | |
| DtLgrResponsePdu & | operator= (const DtLgrResponsePdu &src) |
| assignment operator | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print contents. | |
Instances of DtLgrResponsePdu are to respond to a remote controller with the result of a logger command.