Instances of DtLgrDisconnectPdu are used to convey to a remote logger- controller the total current state of a logger instance. More...
Inheritance diagram for DtLgrDisconnectPdu:
Collaboration diagram for DtLgrDisconnectPdu:Public Member Functions | |
| DtLgrDisconnectPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor | |
| DtLgrDisconnectPdu (const DtNetLgrControlPdu *, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Construct from network representation. | |
| DtLgrDisconnectPdu (const DtEntityIdentifier &sender, const DtEntityIdentifier &receiver, const DtString &name, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Construct and prepare for send. | |
| virtual | ~DtLgrDisconnectPdu () |
| Destructor. | |
| DtLgrDisconnectPdu (const DtLgrDisconnectPdu &) | |
| Copy constructor. | |
| DtLgrDisconnectPdu & | operator= (const DtLgrDisconnectPdu &) |
| Assignment operator. | |
| virtual const char * | loggerName () const |
| virtual void | setLoggerName (const DtString &name) |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print contents. | |
Protected Member Functions | |
| void | initData () |
| Used by constructors and such... | |
| virtual DtLgrDisconnectData * | params () const |
| Return correctly casted parameters pointer; see lgrControlP.h. | |
Instances of DtLgrDisconnectPdu are used to convey to a remote logger- controller the total current state of a logger instance.