17 #ifndef MOVIDIUS_NCS_LIB_DEVICE_H 18 #define MOVIDIUS_NCS_LIB_DEVICE_H 29 using Ptr = std::shared_ptr<Device>;
30 using ConstPtr = std::shared_ptr<Device const>;
68 #endif // MOVIDIUS_NCS_LIB_DEVICE_H void monitorThermal() const
void setLogLevel(LogLevel level)
std::shared_ptr< Device > Ptr
std::string getName() const
ThermalThrottlingLevel getThermalThrottlingLevel() const
std::shared_ptr< Device const > ConstPtr
Device(int index, LogLevel log_level)