![]() |
ros2_control - jazzy
|
#include <handle.hpp>
Additional Inherited Members | |
![]() | |
Handle (const std::string &prefix_name, const std::string &interface_name, double *value_ptr) | |
Handle (const Handle &other)=default | |
Handle (Handle &&other)=default | |
Handle & | operator= (const Handle &other)=default |
Handle & | operator= (Handle &&other)=default |
operator bool () const | |
Returns true if handle references a value. | |
const std::string | get_name () const |
const std::string & | get_interface_name () const |
const std::string & | get_prefix_name () const |
double | get_value () const |
std::optional< double > | get_optional () const |
bool | set_value (double value) |
![]() | |
std::string | prefix_name_ |
std::string | interface_name_ |
double * | value_ptr_ = nullptr |
A handle used to get and set a value on a given actuator interface.