Controller Information. More...
#include <controller_info.h>
Public Attributes | |
std::vector< InterfaceResources > | claimed_resources |
std::string | name |
std::string | type |
Controller Information.
This struct contains information about a given controller.
Definition at line 44 of file controller_info.h.
std::vector<InterfaceResources> hardware_interface::ControllerInfo::claimed_resources |
Claimed resources, grouped by the hardware interface they belong to.
Definition at line 53 of file controller_info.h.
std::string hardware_interface::ControllerInfo::name |
Controller name.
Definition at line 47 of file controller_info.h.
std::string hardware_interface::ControllerInfo::type |
Controller type.
Definition at line 50 of file controller_info.h.