ros2_control - rolling
Public Types | Public Member Functions | Protected Attributes | List of all members
hardware_interface::LoanedCommandInterface Class Reference
Collaboration diagram for hardware_interface::LoanedCommandInterface:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

 LoanedCommandInterface (CommandInterface &command_interface)
 
 LoanedCommandInterface (CommandInterface &command_interface, Deleter &&deleter)
 
 LoanedCommandInterface (const LoanedCommandInterface &other)=delete
 
 LoanedCommandInterface (LoanedCommandInterface &&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
 
void set_value (double val)
 
double get_value () const
 

Protected Attributes

CommandInterfacecommand_interface_
 
Deleter deleter_
 

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