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

Indicate the parameter type does not match the expected type. More...

#include <rclcpp/parameter_value.hpp>

Inheritance diagram for rclcpp::ParameterTypeException:
Inheritance graph
[legend]
Collaboration diagram for rclcpp::ParameterTypeException:
Collaboration graph
[legend]

Public Member Functions

RCLCPP_PUBLIC ParameterTypeException (ParameterType expected, ParameterType actual)
 Construct an instance. More...
 

Detailed Description

Indicate the parameter type does not match the expected type.

Definition at line 57 of file parameter_value.hpp.

Constructor & Destructor Documentation

◆ ParameterTypeException()

RCLCPP_PUBLIC rclcpp::ParameterTypeException::ParameterTypeException ( ParameterType  expected,
ParameterType  actual 
)
inline

Construct an instance.

Parameters
[in]expectedthe expected parameter type.
[in]actualthe actual parameter type.

Definition at line 66 of file parameter_value.hpp.


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