MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSmSocket__rti__ Member List

This is the complete list of members for DtSmSocket__rti__, including all inherited members.

closeSocket()DtMsgSocketvirtual
descriptor() const DtMsgSocketinline
disableBundling()DtSmSocket__rti__virtual
disableCompression()DtSmSocket__rti__virtual
doSendPacket(caddr_t msg, size_t msgSize, const MAKRti::DtInetAddr &destAddr=MAKRti::DtInetAddr::inaddrAny(), int port=0)DtUdpMsgSocketprotectedvirtual
dropMulticastGroup(const DtInetAddr &grpAddr, DtInetDevice *device=NULL)DtSmSocket__rti__virtual
dropMulticastGroup(const DtInetEndpoint &grpEndpoint, DtInetDevice *device=NULL)DtSmSocket__rti__virtual
DtUdpMsgSocket::dropMulticastGroup(const MAKRti::DtInetAddr &grpAddr, MAKRti::DtInetDevice *device=NULL)DtUdpMsgSocketvirtual
DtUdpMsgSocket::dropMulticastGroup(const MAKRti::DtInetEndpoint &grpEndpoint, MAKRti::DtInetDevice *device=NULL)DtUdpMsgSocketvirtual
DtMsgSocket(std::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBuffSize)DtMsgSocket
DtMsgSocket(DtUniquePtr< MAKRti::DtInetSocket > socket, std::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBuffSize)DtMsgSocket
DtSmSocket__rti__(const char *sharename, std::shared_ptr< DtMsgHeaderReader > hdrReader)DtSmSocket__rti__
DtSmSocket__rti__(const DtSmSocket__rti__ &)DtSmSocket__rti__protected
DtUdpMsgSocket(std::shared_ptr< DtMsgHeaderReader > hdrReader, size_t maxPacketSize=DtDefaultMaxPacketSize)DtUdpMsgSocket
enableBundling(size_t maxBundleSize)DtSmSocket__rti__virtual
enableCompression(DtU8 compressionLevel)DtSmSocket__rti__virtual
DtUdpMsgSocket::enableCompression(MAKRti::DtU8 compressionLevel)DtUdpMsgSocketvirtual
expandRecvBuffer(size_t sizeNeeded)DtMsgSocketinlineprotected
flush()DtSmSocket__rti__virtual
inetSocket()DtMsgSocketinline
inetUdpSocket()DtUdpMsgSocketinline
initializeSmQueue(DtU32 id=DtSM_INVALID_SUBSCRIBER_ID, bool forceSubscribe=false)DtSmSocket__rti__virtual
initializeSmQueue(DtU32 numBuckets, DtU32 payloadSize, DtU32 id=DtSM_INVALID_SUBSCRIBER_ID, bool forceSubscribe=false)DtSmSocket__rti__virtual
isOpen() const DtSmSocket__rti__virtual
joinMulticastGroup(const DtInetAddr &grpAddr, DtInetDevice *device=NULL)DtSmSocket__rti__virtual
joinMulticastGroup(const DtInetEndpoint &grpEndpoint, DtInetDevice *device=NULL)DtSmSocket__rti__virtual
DtUdpMsgSocket::joinMulticastGroup(const MAKRti::DtInetAddr &grpAddr, MAKRti::DtInetDevice *device=NULL)DtUdpMsgSocketvirtual
DtUdpMsgSocket::joinMulticastGroup(const MAKRti::DtInetEndpoint &grpEndpoint, MAKRti::DtInetDevice *device=NULL)DtUdpMsgSocketvirtual
lastError() const DtMsgSocketinline
localEndpoint() const DtMsgSocketinline
maxMsgSize() const DtUdpMsgSocketvirtual
maxSendMsgSize() const DtMsgSocketinline
msgQueue() const DtSmSocket__rti__virtual
myBundlingEnabledDtUdpMsgSocketprotected
myCompressionEnabledDtUdpMsgSocketprotected
myDefaultMsgBundlerDtUdpMsgSocketprotected
myEndpointDtUdpMsgSocketprotected
myFilterPortDtUdpMsgSocketprotected
myHeaderReaderDtMsgSocketprotected
myLastErrorDtMsgSocketprotected
myLastSourceEndpointDtUdpMsgSocketprotected
myMaxPacketSizeDtUdpMsgSocketprotected
myMaxSendRetriesDtUdpMsgSocketprotected
myMsgBundlersDtUdpMsgSocketprotected
myMsgCompressorDtUdpMsgSocketprotected
myRecvBufferDtMsgSocketprotected
mySendRetryPeriodDtUdpMsgSocketprotected
mySharedMemNameDtSmSocket__rti__protected
mySmMsgQueueDtSmSocket__rti__protected
mySocketDtMsgSocketprotected
openSocket(const DtInetEndpoint &dest, DtU32 flags=DtDefaultSockOpts, DtU16 localPort=0, DtInetDevice *hostIf=NULL)DtSmSocket__rti__virtual
DtUdpMsgSocket::openSocket(const MAKRti::DtInetEndpoint &dest, MAKRti::DtU32 flags=theDefaultSockOpts, MAKRti::DtU16 localPort=0, MAKRti::DtInetDevice *hostIf=NULL)DtUdpMsgSocketvirtual
operator=(const DtSmSocket__rti__ &)DtSmSocket__rti__protected
printStateToStream(MAKRti::DtOutputStream &stream) const DtMsgSocketinline
recv(caddr_t *buffptr, DtInetEndpoint *ep)DtSmSocket__rti__protectedvirtual
DtUdpMsgSocket::recv(caddr_t *buffptr, MAKRti::DtInetEndpoint *ep)DtUdpMsgSocketprotectedvirtual
recvMessage(caddr_t *buffptr)DtUdpMsgSocketvirtual
recvMessageWithSrc(caddr_t *buffptr, MAKRti::DtInetEndpoint &src)DtUdpMsgSocketvirtual
retrySendTo(caddr_t msg, size_t msgSize, const MAKRti::DtInetAddr &destAddr=MAKRti::DtInetAddr::inaddrAny(), int port=0)DtUdpMsgSocketprotectedvirtual
sendMessage(caddr_t msg, size_t msgSize, bool deleteAfterSend, const DtInetAddr &notUsed=DtInetAddr::inaddrAny())DtSmSocket__rti__virtual
DtUdpMsgSocket::sendMessage(caddr_t msg, size_t msgSize, bool deleteAfterSend, const MAKRti::DtInetAddr &destAddr=MAKRti::DtInetAddr::inaddrAny(), int port=0)DtUdpMsgSocketvirtual
sendPacket(caddr_t msg, size_t msgSize, const MAKRti::DtInetAddr &destAddr=MAKRti::DtInetAddr::inaddrAny(), int port=0)DtUdpMsgSocketprotectedvirtual
setFilterPort(int port)DtUdpMsgSocketinlinevirtual
setMcastTtlOption(DtU32 ttl)DtSmSocket__rti__virtual
DtUdpMsgSocket::setMcastTtlOption(MAKRti::DtU32 ttl)DtUdpMsgSocketvirtual
setRecvBufferSize(MAKRti::DtU32 size)DtMsgSocketinline
setRetryOnSend(unsigned int numRetries, double waitPeriod)DtSmSocket__rti__virtual
setSendBufferSize(MAKRti::DtU32 size)DtMsgSocketinline
shutdownQueue(bool ruthless=false)DtSmSocket__rti__virtual
state() const DtMsgSocketinlinevirtual
subscribe(DtU32 id=DtSM_INVALID_SUBSCRIBER_ID)DtSmSocket__rti__virtual
subscriberCount() const DtSmSocket__rti__virtual
theDefaultSockOptsDtUdpMsgSocketprotectedstatic
unsubscribe(DtU32 id)DtSmSocket__rti__virtual
~DtMsgSocket()DtMsgSocketvirtual
~DtSmSocket__rti__()DtSmSocket__rti__virtual
~DtUdpMsgSocket()DtUdpMsgSocketvirtual

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)