From c0b89ac5bfb90835ef01573267020e42d4fe070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 23 Aug 2015 12:17:05 +0200 Subject: Imported Upstream version 1.8.0 --- spectro/insttypes.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) mode change 100644 => 100755 spectro/insttypes.h (limited to 'spectro/insttypes.h') diff --git a/spectro/insttypes.h b/spectro/insttypes.h old mode 100644 new mode 100755 index 58c5bfe..ab80cd2 --- a/spectro/insttypes.h +++ b/spectro/insttypes.h @@ -26,16 +26,20 @@ /* Possible types of instruments */ typedef enum { instUnknown = 0, /* Undefined Instrument */ - instDTP20, /* Xrite DTP20 (Pulse) */ instDTP22, /* Xrite DTP22 (Digital Swatchbook) */ instDTP41, /* Xrite DTP41 */ instDTP51, /* Xrite DTP51 */ - instDTP92, /* Xrite DTP92 */ - instDTP94, /* Xrite DTP94 (Optix) */ instSpectrolino, /* GretagMacbeth Spectrolino */ instSpectroScan, /* GretagMacbeth SpectroScan */ instSpectroScanT, /* GretagMacbeth SpectroScanT */ instSpectrocam, /* Avantes Spectrocam */ + instSpecbos1201, /* JETI specbos 1201 */ + instSpecbos, /* JETI specbos XXXX */ + instKleinK10, /* Klein K10-A */ + instSMCube, /* SwatchMate Cube */ + instDTP20, /* Xrite DTP20 (Pulse) */ + instDTP92, /* Xrite DTP92 */ + instDTP94, /* Xrite DTP94 (Optix) */ instI1Disp1, /* GretagMacbeth i1 Display 1 */ instI1Disp2, /* GretagMacbeth i1 Display 2 */ instI1Disp3, /* Xrite i1 DisplayPro, ColorMunki Display */ @@ -51,9 +55,6 @@ typedef enum { instSpyder5, /* Datacolor Spyder5 */ instHuey, /* GretagMacbeth Huey */ instSmile, /* X-rite Colormunki Smile */ - instSpecbos1201, /* JETI specbos 1201 */ - instSpecbos, /* JETI specbos XXXX */ - instKleinK10, /* Klein K10-A */ instEX1, /* Image Engineering EX1 */ instColorHug, /* Hughski ColorHug */ instColorHug2, /* Hughski ColorHug2 */ -- cgit v1.2.3