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 0bc405c commit ee9791dCopy full SHA for ee9791d
include/fastdds/dds/core/policy/QosPolicies.hpp
@@ -2734,10 +2734,12 @@ class WireProtocolConfigQos : public QosPolicy
2734
* @brief Setter for ROS 2 Easy Mode IP
2735
*
2736
* @param ip IP address to set
2737
+ *
2738
* @note The IP address must be an IPv4 address. If it is not, the IP address will not be set.
2739
2740
* @return RETCODE_OK if the IP address is set, an specific error code otherwise:
- * RETCODE_BAD_PARAMETER if the IP address is not an IPv4 address.
2741
+ * @return RETCODE_BAD_PARAMETER if the IP address is not an IPv4 address.
2742
2743
*/
2744
ReturnCode_t easy_mode(
2745
const std::string& ip)
0 commit comments