14 #ifndef MYNTEYE_DEVICE_DEVICE_INFO_H_ 15 #define MYNTEYE_DEVICE_DEVICE_INFO_H_ 21 #include "mynteyed/stubs/global.h" 23 MYNTEYE_BEGIN_NAMESPACE
66 std::ostream& operator<<(std::ostream& os,
const DeviceInfo& info);
70 #endif // MYNTEYE_DEVICE_DEVICE_INFO_H_ std::uint16_t pid
The product id.
Definition: device_info.h:47
std::string name
The device name.
Definition: device_info.h:37
std::string fw_version
The firmware version.
Definition: device_info.h:62
Device information.
Definition: device_info.h:28
std::int32_t index
The device index.
Definition: device_info.h:32
std::uint16_t type
The device type.
Definition: device_info.h:42
std::uint16_t vid
The vendor id.
Definition: device_info.h:52
std::uint16_t chip_id
The chip id.
Definition: device_info.h:57