mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
Loading...
Searching...
No Matches
mrs_lib::ParamProvider::set_options_t< T > Struct Template Reference

Struct of options when setting a parameter to ROS. More...

#include <param_provider.h>

Public Attributes

std::optional< std::string > prefix = std::nullopt
 If filled, overrides any prefix set using the setPrefix() method.
 
declare_options_t< T > declare_options = {}
 Options when declaring a parameter to ROS (see the declare_options_t<T> documentation).
 

Detailed Description

template<typename T>
struct mrs_lib::ParamProvider::set_options_t< T >

Struct of options when setting a parameter to ROS.

If the optionals are not filled (i.e. equal to std::nullopt), the values set in the ParamProvider class are used.


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