|
Electroneum
|
#include <device.hpp>
Public Member Functions | |
| device_registry () | |
| bool | register_device (const std::string &device_name, device *hw_device) |
| device & | get_device (const std::string &device_descriptor) |
Definition at line 260 of file device.hpp.
| hw::device_registry::device_registry | ( | ) |
Definition at line 58 of file device.cpp.

| device & hw::device_registry::get_device | ( | const std::string & | device_descriptor | ) |
Definition at line 76 of file device.cpp.

| bool hw::device_registry::register_device | ( | const std::string & | device_name, |
| device * | hw_device ) |
Definition at line 66 of file device.cpp.
