Safe DDS
eprosima::safedds::protocol::EndpointGroup Struct Reference

Represents a group of endpoints. More...

#include <EndpointGroup.hpp>

Static Public Member Functions

static EndpointGroup from_locator (const transport::Locator &locator) noexcept
 Constructor from locator. More...
 

Public Attributes

memory::container::Array< uint8_t, portable::safe_sizeof< transport::Locator >)> data = {}
 Data storage. More...
 

Detailed Description

Represents a group of endpoints.

Member Function Documentation

◆ from_locator()

static EndpointGroup eprosima::safedds::protocol::EndpointGroup::from_locator ( const transport::Locator locator)
staticnoexcept

Constructor from locator.

Parameters
locatorLocator to create the group from.
Returns
EndpointGroup created from locator.

Member Data Documentation

◆ data

memory::container::Array<uint8_t, portable::safe_sizeof<transport::Locator>)> eprosima::safedds::protocol::EndpointGroup::data = {}

Data storage.


The documentation for this struct was generated from the following file: