14 #ifndef ITALA_API_ITALADEFS_H 15 #define ITALA_API_ITALADEFS_H 19 enum class DeviceAccessStatus {
21 AvailableReadWrite = 1,
22 AvailableReadOnly = 2,
25 AlreadyOpenReadWrite = 5,
26 AlreadyOpenReadOnly = 6
29 enum class DefectType { Leaky, Hot, Cold };
31 enum class PixelDepth { d8Bit = 0, d10Bit = 1, d12it = 2 };
Definition: DefectivePixel.h:23