ROS 2 rclcpp + rcl - lyrical  lyrical
ROS 2 C++ Client Library with ROS Client Library
Public Member Functions | List of all members
rclcpp::ParameterDescription Class Reference

Public Member Functions

RCLCPP_PUBLIC rcl_interfaces::msg::ParameterDescriptor build () const
 
RCLCPP_PUBLIC ParameterDescriptionset_name (const std::string &name)
 
RCLCPP_PUBLIC ParameterDescriptionset_type (std::uint8_t type)
 
RCLCPP_PUBLIC ParameterDescriptionset_description_text (const std::string &description)
 
RCLCPP_PUBLIC ParameterDescriptionset_additional_constraints (const std::string &constraints)
 
RCLCPP_PUBLIC ParameterDescriptionset_read_only (bool read_only)
 
RCLCPP_PUBLIC ParameterDescriptionset_dynamic_typing (bool dynamic_typing)
 
RCLCPP_PUBLIC ParameterDescriptionset_floating_point_description_range (float min, float max, float step)
 
RCLCPP_PUBLIC ParameterDescriptionset_integer_description_range (int min, int max, int step)
 
template<typename NodeT >
ParameterDescriptiondeclare_parameter (const rclcpp::ParameterValue &default_value, NodeT &&node)
 

Detailed Description

Definition at line 37 of file parameter_descriptor_wrapper.hpp.


The documentation for this class was generated from the following files: