rclcpp  master
C++ ROS Client Library API
Classes | Namespaces | Functions
parameter.hpp File Reference
#include <iostream>
#include <ostream>
#include <sstream>
#include <string>
#include <vector>
#include "rcl_interfaces/msg/parameter.hpp"
#include "rclcpp/parameter_value.hpp"
#include "rclcpp/visibility_control.hpp"
Include dependency graph for parameter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rclcpp::Parameter
 Structure to store an arbitrary parameter with templated get/set methods. More...
 

Namespaces

 rclcpp
 
 std
 

Functions

std::string rclcpp::_to_json_dict_entry (const Parameter &param)
 Return a json encoded version of the parameter intended for a dict. More...
 
std::ostreamrclcpp::operator<< (std::ostream &os, const rclcpp::Parameter &pv)
 
std::ostreamrclcpp::operator<< (std::ostream &os, const std::vector< Parameter > &parameters)
 
std::string std::to_string (const rclcpp::Parameter &param)
 Return a json encoded version of the parameter intended for a list. More...
 
std::string std::to_string (const std::vector< rclcpp::Parameter > &parameters)
 Return a json encoded version of a vector of parameters, as a string. More...