RTI Connext DDS Micro C++ API
2.4.14.2
|
Classes | |
class | UDPInterfaceFactory |
<<eXtension>> <<cert>> A UDP transport factory that will be used by a DomainParticipant to create a UDP interface. Only one UDP interface can be registered with the DomainParticipantFactory. More... | |
class | UDPInterfaceTable |
struct | UDP_NatEntry |
<<eXtension>> Properties for a Network Address Translation entry More... | |
struct | UDP_NatEntrySeq |
<<eXtension>> Declares IDL sequence<UDP_NatEntry> More... | |
struct | UDP_InterfaceTableEntry |
Generic structure to describe a network interface. More... | |
struct | UDP_InterfaceTableEntrySeq |
<<eXtension>> Declares IDL sequence<UDP_InterfaceTableEntry> More... | |
struct | UDP_InterfaceFactoryProperty |
<<eXtension>> <<cert>> Properties for the UDP Transport. More... |
Macros | |
#define | UDP_INTERFACE_MAX_IFNAME 64 |
Maximum length of a UDP network interface. | |
#define | UDP_INTERFACE_INTERFACE_UP_FLAG 0x1U |
Generic flag to indicate if a network stack is up. | |
#define | UDP_INTERFACE_INTERFACE_MULTICAST_FLAG 0x2U |
Generic flag to indicate if a network stack supports multicast. | |
#define | UDP_INTERFACE_MAX_NETMASK_BITS (32U) |
The maximum number of bits in a UDP netmask. |
Functions | |
static bool | UDPInterfaceTable::add_entry (struct UDP_InterfaceTableEntrySeq *seq, RTI_UINT32 address, RTI_UINT32 netmask, const char *ifname, RTI_UINT32 flags) |
Add an entry to the list of available interfaces. |
<<eXtension>> <<cert>> The UDP transport implements the RTI Connext Micro NETIO interface and supports UDPv4. Please refer to the User Manual for information about how to use the UDP transport.
#define UDP_INTERFACE_MAX_IFNAME 64 |
Maximum length of a UDP network interface.
#define UDP_INTERFACE_INTERFACE_UP_FLAG 0x1U |
Generic flag to indicate if a network stack is up.
#define UDP_INTERFACE_INTERFACE_MULTICAST_FLAG 0x2U |
Generic flag to indicate if a network stack supports multicast.
#define UDP_INTERFACE_MAX_NETMASK_BITS (32U) |
The maximum number of bits in a UDP netmask.
|
static |
Add an entry to the list of available interfaces.
This function can be used to add an interface to the if_table in the UDP_InterfaceFactoryProperty.
[in] | seq | The sequence to add the entry to |
[in] | address | The UDPv4 interface address to add in host order |
[in] | netmask | The interface netmask, maximum of UDP_INTERFACE_MAX_NETMASK_BITS bits. |
[in] | ifname | The interface name. Cannot exceed UDP_INTERFACE_MAX_IFNAME including NUL. |
[in] | flags | Bitmap of UDP_INTERFACE_INTERFACE_UP_FLAG and/or UDP_INTERFACE_INTERFACE_MULTICAST_FLAG |