Struct astutedds::rtps::DiscoveryRuntimeInfo
ClassList > astutedds > rtps > DiscoveryRuntimeInfo
#include <udp_transport.hpp>
Public Attributes
| Type | Name |
|---|---|
| bool | allow_multicast = {true} |
| bool | auto_reload_enabled = {false} |
| bool | config_loaded = {false} |
| std::string | config_path |
| uint32_t | domain_id = {0} |
| std::string | last_reload_error |
| std::vector< std::string > | peers |
| std::array< uint8_t, 4 > | selected_interface = {127, 0, 0, 1} |
| bool | strict_validation = {false} |
Public Attributes Documentation
variable allow_multicast
bool astutedds::rtps::DiscoveryRuntimeInfo::allow_multicast;
variable auto_reload_enabled
bool astutedds::rtps::DiscoveryRuntimeInfo::auto_reload_enabled;
variable config_loaded
bool astutedds::rtps::DiscoveryRuntimeInfo::config_loaded;
variable config_path
std::string astutedds::rtps::DiscoveryRuntimeInfo::config_path;
variable domain_id
uint32_t astutedds::rtps::DiscoveryRuntimeInfo::domain_id;
variable last_reload_error
std::string astutedds::rtps::DiscoveryRuntimeInfo::last_reload_error;
variable peers
std::vector<std::string> astutedds::rtps::DiscoveryRuntimeInfo::peers;
variable selected_interface
std::array<uint8_t, 4> astutedds::rtps::DiscoveryRuntimeInfo::selected_interface;
variable strict_validation
bool astutedds::rtps::DiscoveryRuntimeInfo::strict_validation;
The documentation for this class was generated from the following file include/astutedds/rtps/udp_transport.hpp