Instances of DtLgrConnectPdu are used to convey to a remote logger- controller the total current state of a logger instance. More...
Inheritance diagram for DtLgrConnectPdu:
Collaboration diagram for DtLgrConnectPdu:Public Member Functions | |
| DtLgrConnectPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor | |
| DtLgrConnectPdu (const DtNetLgrControlPdu *, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Construct from network representation. | |
| DtLgrConnectPdu (const DtEntityIdentifier &sender, const DtEntityIdentifier &receiver, const DtString &name, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Construct and prepare for send. | |
| virtual | ~DtLgrConnectPdu () |
| Destructor. | |
| DtLgrConnectPdu (const DtLgrConnectPdu &) | |
| Copy constructor. | |
| DtLgrConnectPdu & | operator= (const DtLgrConnectPdu &) |
| 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 DtLgrConnectData * | params () const |
| Return correctly casted parameters pointer; see lgrControlP.h. | |
Instances of DtLgrConnectPdu are used to convey to a remote logger- controller the total current state of a logger instance.