We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e029780 commit 1e9ea9cCopy full SHA for 1e9ea9c
rmw/include/rmw/rmw.h
@@ -2787,8 +2787,19 @@ RMW_WARN_UNUSED
2787
rmw_ret_t
2788
rmw_set_log_severity(rmw_log_severity_t severity);
2789
2790
+/// Notify fast-dds to re-scan networks
2791
+/**
2792
+ * \param[in] context The ROS context to call notify networks on.
2793
+ * \return RMW_RET_OK if successful, otherwise an appropriate error code
2794
+ */
2795
+RMW_PUBLIC
2796
+RMW_WARN_UNUSED
2797
+rmw_ret_t
2798
+rmw_notify_participant_dynamic_network_interface(rmw_context_t * context);
2799
+
2800
#ifdef __cplusplus
2801
}
2802
#endif
2803
2804
#endif // RMW__RMW_H_
2805
0 commit comments