22 #include "softwarecontainer-common.h" 23 #include "devicenode.h" 33 LOG_DECLARE_CLASS_CONTEXT(
"DNL",
"Device node logic");
44 std::shared_ptr<Device> findDeviceByName(
const std::string name);
53 bool updateDeviceList(
Device &dev);
60 const std::vector<std::shared_ptr<Device>> &getDevList();
63 std::vector<std::shared_ptr<Device>> m_devList;
Developers guide to adding a config item:
This class is responsible for storing all device node configurations in a well-formed list...