#pragma once #include "NvidiaGpuMctpVdm.hpp" #include #include #include #include class Inventory { public: Inventory(const std::shared_ptr& conn, sdbusplus::asio::object_server& objectServer, const std::string& inventoryName, gpu::DeviceIdentification deviceType); private: std::shared_ptr acceleratorInterface; std::string name; };