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

Thrown if user attempts to create an uninitialized statically typed parameter. More...

#include <rclcpp/exceptions/exceptions.hpp>

Inheritance diagram for rclcpp::exceptions::UninitializedStaticallyTypedParameterException:
Inheritance graph
[legend]
Collaboration diagram for rclcpp::exceptions::UninitializedStaticallyTypedParameterException:
Collaboration graph
[legend]

Public Member Functions

RCLCPP_PUBLIC UninitializedStaticallyTypedParameterException (const std::string &name)
 Construct an instance. More...
 

Detailed Description

Thrown if user attempts to create an uninitialized statically typed parameter.

(see https://github.com/ros2/rclcpp/issues/1691)

Definition at line 263 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ UninitializedStaticallyTypedParameterException()

RCLCPP_PUBLIC rclcpp::exceptions::UninitializedStaticallyTypedParameterException::UninitializedStaticallyTypedParameterException ( const std::string &  name)
inlineexplicit

Construct an instance.

Parameters
[in]namethe name of the parameter.

Definition at line 271 of file exceptions.hpp.


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