![]() |
MAK RTIspy API Documentation for HLA Evolved
|
This is the complete list of members for DtMsgSocket, including all inherited members.
| closeSocket() | DtMsgSocket | virtual |
| descriptor() const | DtMsgSocket | inline |
| disableBundling()=0 | DtMsgSocket | pure virtual |
| disableCompression()=0 | DtMsgSocket | pure virtual |
| DtMsgSocket(DtBoost::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBuffSize) | DtMsgSocket | |
| DtMsgSocket(std::auto_ptr< DtInetSocket > socket, DtBoost::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBuffSize) | DtMsgSocket | |
| DtMsgSocket(const DtMsgSocket &) | DtMsgSocket | private |
| enableBundling(size_t maxBundleSize)=0 | DtMsgSocket | pure virtual |
| enableCompression(DtU8 compressionLevel)=0 | DtMsgSocket | pure virtual |
| expandRecvBuffer(size_t sizeNeeded) | DtMsgSocket | inlineprotected |
| flush()=0 | DtMsgSocket | pure virtual |
| inetSocket() | DtMsgSocket | inline |
| lastError() const | DtMsgSocket | inline |
| localEndpoint() const | DtMsgSocket | inline |
| maxSendMsgSize() const | DtMsgSocket | inline |
| myHeaderReader | DtMsgSocket | protected |
| myLastError | DtMsgSocket | protected |
| myRecvBuffer | DtMsgSocket | protected |
| mySocket | DtMsgSocket | protected |
| operator=(const DtMsgSocket &) | DtMsgSocket | private |
| printStateToStream(MAKRti::DtOutputStream &stream) const | DtMsgSocket | inline |
| recvMessage(caddr_t *buffptr)=0 | DtMsgSocket | pure virtual |
| recvMessageWithSrc(caddr_t *buffptr, DtInetEndpoint &src)=0 | DtMsgSocket | pure virtual |
| sendMessage(caddr_t msg, size_t msgSize, bool deleteAfterSend, const DtInetAddr &destAddr=DtInetAddr::inaddrAny())=0 | DtMsgSocket | pure virtual |
| setRecvBufferSize(DtU32 size) | DtMsgSocket | inline |
| setSendBufferSize(DtU32 size) | DtMsgSocket | inline |
| state() const | DtMsgSocket | inlinevirtual |
| ~DtMsgSocket() | DtMsgSocket | virtual |