dl::ErrorFlags::TEC Namespace Reference

Contains TEC error flags as reported by the camera in ICamera::Status::flag. More...

Variables

static const int ThermistorErrorFlagMask = 0x00000003
 
static const int SensorThermistorErrorFlag = 0x00000001
 
static const int HeatSinkThermistorErrorFlag = 0x00000002
 

Detailed Description

Contains TEC error flags as reported by the camera in ICamera::Status::flag.

Variable Documentation

◆ HeatSinkThermistorErrorFlag

const int dl::ErrorFlags::TEC::HeatSinkThermistorErrorFlag = 0x00000002
static

◆ SensorThermistorErrorFlag

const int dl::ErrorFlags::TEC::SensorThermistorErrorFlag = 0x00000001
static

◆ ThermistorErrorFlagMask

const int dl::ErrorFlags::TEC::ThermistorErrorFlagMask = 0x00000003
static