Structure for storing resource identifiers belonging to a specific hardware interface. More...
#include <interface_resources.h>
Public Member Functions | |
InterfaceResources () | |
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 43 of file interface_resources.h.
Definition at line 45 of file interface_resources.h.
hardware_interface::InterfaceResources::InterfaceResources | ( | const std::string & | hw_iface, |
const std::set< std::string > & | res | ||
) | [inline] |
Definition at line 47 of file interface_resources.h.
Hardware interface type.
Definition at line 53 of file interface_resources.h.
Resources belonging to the hardware interface.
Definition at line 56 of file interface_resources.h.