ROS2 Control
Public Types | Public Member Functions | Protected Attributes | List of all members
hardware_interface::LoanedStateInterface Class Reference
Collaboration diagram for hardware_interface::LoanedStateInterface:
Collaboration graph
[legend]

Public Types

using Deleter = std::function< void(void)>
 

Public Member Functions

 LoanedStateInterface (StateInterface &state_interface)
 
 LoanedStateInterface (StateInterface &state_interface, Deleter &&deleter)
 
 LoanedStateInterface (const LoanedStateInterface &other)=delete
 
 LoanedStateInterface (LoanedStateInterface &&other)=default
 
const std::string get_name () const
 
const std::string & get_interface_name () const
 
const std::string get_full_name () const
 
const std::string & get_prefix_name () const
 
double get_value () const
 

Protected Attributes

StateInterfacestate_interface_
 
Deleter deleter_
 

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