ros2_control - rolling
Public Member Functions | Public Attributes | List of all members
hardware_interface::InterfaceDescription Struct Reference

#include <hardware_info.hpp>

Collaboration diagram for hardware_interface::InterfaceDescription:
Collaboration graph
[legend]

Public Member Functions

 InterfaceDescription (const std::string &prefix_name_in, const InterfaceInfo &interface_info_in)
 
std::string get_prefix_name () const
 
std::string get_interface_name () const
 
std::string get_name () const
 

Public Attributes

std::string prefix_name
 
InterfaceInfo interface_info
 
std::string interface_name
 

Detailed Description

This structure stores information about an interface for a specific hardware which should be instantiated internally.

Member Data Documentation

◆ interface_info

InterfaceInfo hardware_interface::InterfaceDescription::interface_info

Information about the Interface type (position, velocity,...) as well as limits and so on.

◆ interface_name

std::string hardware_interface::InterfaceDescription::interface_name

Name of the interface

◆ prefix_name

std::string hardware_interface::InterfaceDescription::prefix_name

Name of the interface defined by the user.


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