File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -789,6 +789,9 @@ class Client : public ClientBase
789789 * \param[in] clock clock to use to generate introspection timestamps
790790 * \param[in] qos_service_event_pub QoS settings to use when creating the introspection publisher
791791 * \param[in] introspection_state the state to set introspection to
792+ *
793+ * \throws anything rclcpp::exceptions::throw_from_rcl_error can throw if
794+ * it failed to configure introspection.
792795 */
793796 void
794797 configure_introspection (
Original file line number Diff line number Diff line change @@ -504,6 +504,9 @@ class Service
504504 * \param[in] clock clock to use to generate introspection timestamps
505505 * \param[in] qos_service_event_pub QoS settings to use when creating the introspection publisher
506506 * \param[in] introspection_state the state to set introspection to
507+ *
508+ * \throws anything rclcpp::exceptions::throw_from_rcl_error can throw if
509+ * it failed to configure introspection.
507510 */
508511 void
509512 configure_introspection (
You can’t perform that action at this time.
0 commit comments