![]() |
MAK RTIspy API Documentation for HLA 1.3
|
| 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 | [inline, protected] |
| 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] |
| 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 | [inline, virtual] |
| ~DtMsgSocket() | DtMsgSocket | [virtual] |