62 void findService(
const cxx::optional<capro::IdString_t>& service,
63 const cxx::optional<capro::IdString_t>& instance,
64 const cxx::optional<capro::IdString_t>& event,
66 const popo::MessagingPattern pattern)
noexcept;
71 void enableEvent(
popo::TriggerHandle&& triggerHandle,
const ServiceDiscoveryEvent event)
noexcept;
72 void disableEvent(
const ServiceDiscoveryEvent event)
noexcept;
73 void invalidateTrigger(
const uint64_t uniqueTriggerId);
74 iox::popo::WaitSetIsConditionSatisfiedCallback
75 getCallbackForIsStateConditionSatisfied(
const popo::SubscriberState state);
79 std::unique_ptr<roudi::ServiceRegistry> m_serviceRegistry{
new iox::roudi::ServiceRegistry};
80 std::mutex m_serviceRegistryMutex;
83 {SERVICE_DISCOVERY_SERVICE_NAME, SERVICE_DISCOVERY_INSTANCE_NAME, SERVICE_DISCOVERY_EVENT_NAME},
84 {1U, 1U, iox::NodeName_t(
"Service Registry"),
true}};
void findService(const cxx::optional< capro::IdString_t > &service, const cxx::optional< capro::IdString_t > &instance, const cxx::optional< capro::IdString_t > &event, const cxx::function_ref< void(const capro::ServiceDescription &)> &callableForEach, const popo::MessagingPattern pattern) noexcept
Searches all services with the given messaging pattern that match the provided service description an...