File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
joint_limits/include/joint_limits Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -238,11 +238,17 @@ class JointLimiterInterface
238238
239239 /* * \brief Checks if the logging interface is set.
240240 * \returns true if the logging interface is available, otherwise false.
241+ *
242+ * \note this way of interfacing would be useful for instances where the logging interface is not
243+ * available, for example in the ResourceManager or ResourceStorage classes.
241244 */
242245 bool has_logging_interface () const { return node_logging_itf_ != nullptr ; }
243246
244247 /* * \brief Checks if the parameter interface is set.
245248 * \returns true if the parameter interface is available, otherwise false.
249+ *
250+ * * \note this way of interfacing would be useful for instances where the logging interface is
251+ * not available, for example in the ResourceManager or ResourceStorage classes.
246252 */
247253 bool has_parameter_interface () const { return node_param_itf_ != nullptr ; }
248254
You can’t perform that action at this time.
0 commit comments