Struct ManifestConfig
Defined in File manifest.hpp
Struct Documentation
-
struct ManifestConfig
Configuration for discovery behavior when manifest is present.
Public Types
Public Members
-
UnmanifestedNodePolicy unmanifested_nodes = {UnmanifestedNodePolicy::WARN}
-
bool inherit_runtime_resources = {true}
Copy topics/services from runtime.
Public Static Functions
-
static UnmanifestedNodePolicy parse_policy(const std::string &str)
Parse policy from string.
-
static std::string policy_to_string(UnmanifestedNodePolicy policy)
Convert policy to string.
-
UnmanifestedNodePolicy unmanifested_nodes = {UnmanifestedNodePolicy::WARN}