Fast RTPS  Version 2.14.1
Fast RTPS
Loading...
Searching...
No Matches
eprosima::fastrtps::rtps Namespace Reference

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
 

Detailed Description

Contains the RTPS protocol implementation.

Typedef Documentation

◆ SendResourceList

using SendResourceList = fastdds::rtps::SendResourceList

◆ SocketTransportDescriptor

using SocketTransportDescriptor = fastdds::rtps::SocketTransportDescriptor

◆ TCPTransportDescriptor

using TCPTransportDescriptor = fastdds::rtps::TCPTransportDescriptor

◆ TCPv4TransportDescriptor

using TCPv4TransportDescriptor = fastdds::rtps::TCPv4TransportDescriptor

◆ TCPv6TransportDescriptor

using TCPv6TransportDescriptor = fastdds::rtps::TCPv6TransportDescriptor

◆ test_UDPv4TransportDescriptor

using test_UDPv4TransportDescriptor = fastdds::rtps::test_UDPv4TransportDescriptor

◆ TransportDescriptorInterface

using TransportDescriptorInterface = fastdds::rtps::TransportDescriptorInterface

◆ TransportInterface

typedef fastdds::rtps::TransportInterface TransportInterface

◆ TransportReceiverInterface

using TransportReceiverInterface = fastdds::rtps::TransportReceiverInterface

◆ UDPTransportDescriptor

using UDPTransportDescriptor = fastdds::rtps::UDPTransportDescriptor

◆ UDPv4TransportDescriptor

using UDPv4TransportDescriptor = fastdds::rtps::UDPv4TransportDescriptor

◆ UDPv6TransportDescriptor

using UDPv6TransportDescriptor = fastdds::rtps::UDPv6TransportDescriptor

Variable Documentation

◆ s_IPv4AddressAny

const std::string s_IPv4AddressAny = fastdds::rtps::s_IPv4AddressAny
static

◆ s_IPv6AddressAny

const std::string s_IPv6AddressAny = fastdds::rtps::s_IPv6AddressAny
static

◆ s_maximumInitialPeersRange

const uint32_t s_maximumInitialPeersRange = fastdds::rtps::s_maximumInitialPeersRange
static

◆ s_maximumMessageSize

const uint32_t s_maximumMessageSize = fastdds::rtps::s_maximumMessageSize
static

◆ s_minimumSocketBuffer

const uint32_t s_minimumSocketBuffer = fastdds::rtps::s_minimumSocketBuffer
static