Contains the RTPS protocol implementation. More...
Namespaces | |
namespace | TimeConv |
Auxiliary methods to convert to Time_t to more manageable types. | |
Classes | |
class | IPFinder |
Class IPFinder, to determine the IP of the NICs. More... | |
class | IPLocator |
Class IPLocator, to provide helper functions to the IP based transports. More... | |
class | StringMatching |
Class StringMatching used to match different strings against each other as defined by the POSIX fnmatch API (1003.2-1992 section B.6). More... | |
Typedefs | |
using | TransportInterface = fastdds::rtps::TransportInterface |
using | SocketTransportDescriptor = fastdds::rtps::SocketTransportDescriptor |
using | TCPTransportDescriptor = fastdds::rtps::TCPTransportDescriptor |
using | TCPv4TransportDescriptor = fastdds::rtps::TCPv4TransportDescriptor |
using | TCPv6TransportDescriptor = fastdds::rtps::TCPv6TransportDescriptor |
using | test_UDPv4TransportDescriptor = fastdds::rtps::test_UDPv4TransportDescriptor |
using | TransportDescriptorInterface = fastdds::rtps::TransportDescriptorInterface |
using | SendResourceList = fastdds::rtps::SendResourceList |
using | TransportReceiverInterface = fastdds::rtps::TransportReceiverInterface |
using | UDPTransportDescriptor = fastdds::rtps::UDPTransportDescriptor |
using | UDPv4TransportDescriptor = fastdds::rtps::UDPv4TransportDescriptor |
using | UDPv6TransportDescriptor = fastdds::rtps::UDPv6TransportDescriptor |
Variables | |
static const uint32_t | s_maximumMessageSize = fastdds::rtps::s_maximumMessageSize |
static const uint32_t | s_maximumInitialPeersRange = fastdds::rtps::s_maximumInitialPeersRange |
static const uint32_t | s_minimumSocketBuffer = fastdds::rtps::s_minimumSocketBuffer |
static const std::string | s_IPv4AddressAny = fastdds::rtps::s_IPv4AddressAny |
static const std::string | s_IPv6AddressAny = fastdds::rtps::s_IPv6AddressAny |
Contains the RTPS protocol implementation.
using SendResourceList = fastdds::rtps::SendResourceList |
using SocketTransportDescriptor = fastdds::rtps::SocketTransportDescriptor |
using TCPTransportDescriptor = fastdds::rtps::TCPTransportDescriptor |
using TCPv4TransportDescriptor = fastdds::rtps::TCPv4TransportDescriptor |
using TCPv6TransportDescriptor = fastdds::rtps::TCPv6TransportDescriptor |
using test_UDPv4TransportDescriptor = fastdds::rtps::test_UDPv4TransportDescriptor |
using TransportDescriptorInterface = fastdds::rtps::TransportDescriptorInterface |
typedef fastdds::rtps::TransportInterface TransportInterface |
using TransportReceiverInterface = fastdds::rtps::TransportReceiverInterface |
using UDPTransportDescriptor = fastdds::rtps::UDPTransportDescriptor |
using UDPv4TransportDescriptor = fastdds::rtps::UDPv4TransportDescriptor |
using UDPv6TransportDescriptor = fastdds::rtps::UDPv6TransportDescriptor |
|
static |
|
static |
|
static |
|
static |
|
static |