![]() |
MAK RTIspy API Documentation for HLA 1516
|
This is the complete list of members for DtTcpMsgSocket, including all inherited members.
| bundleSize() const | DtTcpMsgSocket | virtual |
| closeSocket() | DtMsgSocket | virtual |
| compressionLevel() const | DtTcpMsgSocket | virtual |
| descriptor() const | DtMsgSocket | inline |
| destination() const | DtTcpMsgSocket | virtual |
| disableBundling() | DtTcpMsgSocket | virtual |
| disableCompression() | DtTcpMsgSocket | 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 | |
| DtTcpMsgSocket(DtBoost::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBufferSize=20000, int maxQueuedMsgs=-1) | DtTcpMsgSocket | |
| DtTcpMsgSocket(std::auto_ptr< DtInetTcpSocket > socket, DtBoost::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBuffSize=20000, int maxQueuedMsgs=-1) | DtTcpMsgSocket | |
| enableBundling(size_t maxBundleSize) | DtTcpMsgSocket | virtual |
| enableCompression(DtU8 compressionLevel) | DtTcpMsgSocket | virtual |
| expandRecvBuffer(size_t sizeNeeded) | DtMsgSocket | inlineprotected |
| flush() | DtTcpMsgSocket | virtual |
| flushQueue() | DtTcpMsgSocket | protectedvirtual |
| getQueueStatus(int &percentFull) const | DtTcpMsgSocket | virtual |
| inetSocket() | DtMsgSocket | inline |
| inetTcpSocket() | DtTcpMsgSocket | inline |
| isConnected() const | DtTcpMsgSocket | inline |
| isConnectionInProgress() const | DtTcpMsgSocket | inline |
| lastError() const | DtMsgSocket | inline |
| localEndpoint() const | DtMsgSocket | inline |
| maxMsgSize() const | DtTcpMsgSocket | virtual |
| maxQueuedMessages() const | DtTcpMsgSocket | virtual |
| maxSendMsgSize() const | DtMsgSocket | inline |
| myBundlingEnabled | DtTcpMsgSocket | protected |
| myBytesNeededForSize | DtTcpMsgSocket | protected |
| myCompressionEnabled | DtTcpMsgSocket | protected |
| myHeaderReader | DtMsgSocket | protected |
| myLastError | DtMsgSocket | protected |
| myMaxQueuedMessages | DtTcpMsgSocket | protected |
| myMsgBundler | DtTcpMsgSocket | protected |
| myMsgCompressor | DtTcpMsgSocket | protected |
| myMsgQueue | DtTcpMsgSocket | protected |
| myMutableOldQueueLevel | DtTcpMsgSocket | mutableprotected |
| myNeedSize | DtTcpMsgSocket | protected |
| myNumBytesReceived | DtTcpMsgSocket | protected |
| myNumBytesToWaitFor | DtTcpMsgSocket | protected |
| myRecvBuffer | DtMsgSocket | protected |
| mySocket | DtMsgSocket | protected |
| myTestPacket | DtTcpMsgSocket | protected |
| openClientSocket(const DtInetEndpoint &dest, DtU32 flags=DtDefaultSockOpts, DtU16 localPort=0, DtInetDevice *hostIf=NULL) | DtTcpMsgSocket | virtual |
| openServerSocket(DtU16 localPort, DtU32 flags=DtDefaultSockOpts, DtInetDevice *hostIf=NULL, DtInetUtils::DtInetAddrFamily family=DtInetUtils::DtInetAddrFamily_IPv4) | DtTcpMsgSocket | virtual |
| printStateToStream(MAKRti::DtOutputStream &stream) const | DtMsgSocket | inline |
| queueMessage(caddr_t msg, size_t msgSize) | DtTcpMsgSocket | protectedvirtual |
| recvMessage(caddr_t *buffptr) | DtTcpMsgSocket | virtual |
| recvMessageWithSrc(caddr_t *buffptr, DtInetEndpoint &src) | DtTcpMsgSocket | virtual |
| resizeTestPacket() | DtTcpMsgSocket | protectedvirtual |
| sendData(caddr_t msg, size_t msgSize, bool deleteAfterSend) | DtTcpMsgSocket | protectedvirtual |
| sendMessage(caddr_t msg, size_t msgSize, bool deleteAfterSend, const DtInetAddr &destAddr=DtInetAddr::inaddrAny()) | DtTcpMsgSocket | virtual |
| setMaxQueuedMessages(int size) | DtTcpMsgSocket | virtual |
| setNonBlocking(bool nonBlocking) | DtTcpMsgSocket | virtual |
| setRecvBufferSize(DtU32 size) | DtMsgSocket | inline |
| setSendBufferSize(DtU32 size) | DtMsgSocket | inline |
| setTcpNoDelay(bool enable) | DtTcpMsgSocket | virtual |
| state() const | DtMsgSocket | inlinevirtual |
| testConnectionStatus() | DtTcpMsgSocket | virtual |
| ~DtMsgSocket() | DtMsgSocket | virtual |
| ~DtTcpMsgSocket() | DtTcpMsgSocket | virtual |