Structure for storing resource identifiers belonging to a specific hardware interface. More...
#include <interface_resources.h>
Public Member Functions | |
InterfaceResources ()=default | |
InterfaceResources (const std::string &hw_iface, const std::set< std::string > &res) | |
Public Attributes | |
std::string | hardware_interface |
std::set< std::string > | resources |
Structure for storing resource identifiers belonging to a specific hardware interface.
Definition at line 42 of file interface_resources.h.
|
default |
|
inline |
Definition at line 46 of file interface_resources.h.
std::string hardware_interface::InterfaceResources::hardware_interface |
Hardware interface type.
Definition at line 52 of file interface_resources.h.
std::set<std::string> hardware_interface::InterfaceResources::resources |
Resources belonging to the hardware interface.
Definition at line 55 of file interface_resources.h.