![]() |
Thermal Camera SDK 10.0.1
SDK for Optris Thermal Cameras
|
Contains an enum representing the different types of Optris thermal cameras. More...
Go to the source code of this file.
Namespaces | |
namespace | optris |
Main SDK namespace. | |
Enumerations | |
enum class | optris::DeviceType { Unknown , PI1 , PI160 , PI2x0 , PI160orPI2x0 , PI4x0 , PI4x0I , PI640 , PI640I , PI1M , Xi80 , Xi160 , Xi400 , Xi410 , Xi410MT , Xi440 , Xi640 , Xi1M } |
Represents the different types of Optris thermal cameras. | |
Functions | |
OTC_SDK_API bool | optris::is1MDevice (DeviceType type) noexcept |
Returns whether the given device is of the 1M variety. | |
OTC_SDK_API std::string | optris::toString (DeviceType deviceType) noexcept |
Returns a string representation of the given device type. | |
OTC_SDK_API std::ostream & | optris::operator<< (std::ostream &out, DeviceType deviceType) noexcept |
Output stream operator for device types. | |
Contains an enum representing the different types of Optris thermal cameras.