Template Class Parameter
Defined in File parameter.h
Nested Relationships
Nested Types
Inheritance Relationships
Derived Type
public hatchbed_common::NumericParameter< T >
(Template Class NumericParameter)
Class Documentation
-
template<class T>
class Parameter Subclassed by hatchbed_common::NumericParameter< T >
Public Types
-
using U = typename value_type_of<T>::type
Public Functions
-
Parameter() = default
-
virtual ~Parameter() = default
-
inline std::string qualifiedName() const
-
inline std::string description() const
-
inline bool isDynamic() const
Protected Functions
-
inline virtual void registerParam()
Protected Attributes
-
std::string namespace_
-
std::string name_
-
std::string description_
-
std::shared_ptr<rclcpp::Node> node_
-
BorrowedStore<T>::Ptr borrowed_store_
-
OwnedStore<T>::Ptr owned_store_
-
bool initialized_ = false
-
bool is_dynamic_ = false
Friends
- friend class ParamHandler
-
class Declared
-
using U = typename value_type_of<T>::type