![]() |
MAK RTIspy API Documentation for HLA 1.3
|
This is the complete list of members for DtUdpMsgSocket, including all inherited members.
| closeSocket() | DtMsgSocket | virtual |
| descriptor() const | DtMsgSocket | inline |
| disableBundling() | DtUdpMsgSocket | virtual |
| disableCompression() | DtUdpMsgSocket | virtual |
| doSendPacket(caddr_t msg, size_t msgSize, const MAKRti::DtInetAddr &destAddr=MAKRti::DtInetAddr::inaddrAny(), int port=0) | DtUdpMsgSocket | protectedvirtual |
| dropMulticastGroup(const MAKRti::DtInetAddr &grpAddr, MAKRti::DtInetDevice *device=NULL) | DtUdpMsgSocket | virtual |
| dropMulticastGroup(const MAKRti::DtInetEndpoint &grpEndpoint, MAKRti::DtInetDevice *device=NULL) | DtUdpMsgSocket | virtual |
| DtMsgSocket(std::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBuffSize) | DtMsgSocket | |
| DtMsgSocket(DtUniquePtr< MAKRti::DtInetSocket > socket, std::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBuffSize) | DtMsgSocket | |
| DtUdpMsgSocket(std::shared_ptr< DtMsgHeaderReader > hdrReader, size_t maxPacketSize=DtDefaultMaxPacketSize) | DtUdpMsgSocket | |
| enableBundling(size_t maxBundleSize) | DtUdpMsgSocket | virtual |
| enableCompression(MAKRti::DtU8 compressionLevel) | DtUdpMsgSocket | virtual |
| expandRecvBuffer(size_t sizeNeeded) | DtMsgSocket | inlineprotected |
| flush() | DtUdpMsgSocket | virtual |
| inetSocket() | DtMsgSocket | inline |
| inetUdpSocket() | DtUdpMsgSocket | inline |
| isOpen() const | DtUdpMsgSocket | virtual |
| joinMulticastGroup(const MAKRti::DtInetAddr &grpAddr, MAKRti::DtInetDevice *device=NULL) | DtUdpMsgSocket | virtual |
| joinMulticastGroup(const MAKRti::DtInetEndpoint &grpEndpoint, MAKRti::DtInetDevice *device=NULL) | DtUdpMsgSocket | virtual |
| lastError() const | DtMsgSocket | inline |
| localEndpoint() const | DtMsgSocket | inline |
| maxMsgSize() const | DtUdpMsgSocket | virtual |
| maxSendMsgSize() const | DtMsgSocket | inline |
| myBundlingEnabled | DtUdpMsgSocket | protected |
| myCompressionEnabled | DtUdpMsgSocket | protected |
| myDefaultMsgBundler | DtUdpMsgSocket | protected |
| myEndpoint | DtUdpMsgSocket | protected |
| myFilterPort | DtUdpMsgSocket | protected |
| myHeaderReader | DtMsgSocket | protected |
| myLastError | DtMsgSocket | protected |
| myLastSourceEndpoint | DtUdpMsgSocket | protected |
| myMaxPacketSize | DtUdpMsgSocket | protected |
| myMaxSendRetries | DtUdpMsgSocket | protected |
| myMsgBundlers | DtUdpMsgSocket | protected |
| myMsgCompressor | DtUdpMsgSocket | protected |
| myRecvBuffer | DtMsgSocket | protected |
| mySendRetryPeriod | DtUdpMsgSocket | protected |
| mySocket | DtMsgSocket | protected |
| openSocket(const MAKRti::DtInetEndpoint &dest, MAKRti::DtU32 flags=theDefaultSockOpts, MAKRti::DtU16 localPort=0, MAKRti::DtInetDevice *hostIf=NULL) | DtUdpMsgSocket | virtual |
| printStateToStream(MAKRti::DtOutputStream &stream) const | DtMsgSocket | inline |
| recv(caddr_t *buffptr, MAKRti::DtInetEndpoint *ep) | DtUdpMsgSocket | protectedvirtual |
| recvMessage(caddr_t *buffptr) | DtUdpMsgSocket | virtual |
| recvMessageWithSrc(caddr_t *buffptr, MAKRti::DtInetEndpoint &src) | DtUdpMsgSocket | virtual |
| retrySendTo(caddr_t msg, size_t msgSize, const MAKRti::DtInetAddr &destAddr=MAKRti::DtInetAddr::inaddrAny(), int port=0) | DtUdpMsgSocket | protectedvirtual |
| sendMessage(caddr_t msg, size_t msgSize, bool deleteAfterSend, const MAKRti::DtInetAddr &destAddr=MAKRti::DtInetAddr::inaddrAny(), int port=0) | DtUdpMsgSocket | virtual |
| sendPacket(caddr_t msg, size_t msgSize, const MAKRti::DtInetAddr &destAddr=MAKRti::DtInetAddr::inaddrAny(), int port=0) | DtUdpMsgSocket | protectedvirtual |
| setFilterPort(int port) | DtUdpMsgSocket | inlinevirtual |
| setMcastTtlOption(MAKRti::DtU32 ttl) | DtUdpMsgSocket | virtual |
| setRecvBufferSize(MAKRti::DtU32 size) | DtMsgSocket | inline |
| setRetryOnSend(unsigned int numRetries, double waitPeriod) | DtUdpMsgSocket | virtual |
| setSendBufferSize(MAKRti::DtU32 size) | DtMsgSocket | inline |
| state() const | DtMsgSocket | inlinevirtual |
| theDefaultSockOpts | DtUdpMsgSocket | protectedstatic |
| ~DtMsgSocket() | DtMsgSocket | virtual |
| ~DtUdpMsgSocket() | DtUdpMsgSocket | virtual |