summaryrefslogtreecommitdiff
path: root/spectro/i1disp.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-25 10:16:54 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-25 10:16:54 +0100
commit1b1126bd023a2bb92699773a1867358067dabcb8 (patch)
tree6fd56d034e5a154c7992e7855d61691cecd043c4 /spectro/i1disp.h
parentcb5c7cec4aa1946f75dc3d408eb7f1051f3fb3d4 (diff)
parentf6b8e0eae4374f339487a33e3e4fe5462d5816e1 (diff)
Update upstream source from tag 'upstream/2.0.0'
Update to upstream version '2.0.0' with Debian dir e866e6e75661017faaa5331becda76021407390b
Diffstat (limited to 'spectro/i1disp.h')
-rwxr-xr-x[-rw-r--r--]spectro/i1disp.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/spectro/i1disp.h b/spectro/i1disp.h
index eada827..61423b7 100644..100755
--- a/spectro/i1disp.h
+++ b/spectro/i1disp.h
@@ -78,6 +78,7 @@
/* Sub-type of instrument (i.e. based on vers, char code, unlock code) */
typedef enum {
+ i1d2_unkn = -1,
i1d2_norm = 0, /* Normal (i1d1, i1d2, Smile) */
i1d2_lite = 1, /* "Lite" */
i1d2_munki = 2, /* "Munk" */
@@ -88,15 +89,15 @@ typedef enum {
i1d1_sencoreIII = 7, /* Sencore ColorPro III */
i1d1_sencoreIV = 8, /* Sencore ColorPro IV */
i1d1_sencoreV = 9 /* Sencore ColorPro V */
-} i1d2_dtype;
+} i1d2_stype;
/* I1DISP communication object */
struct _i1disp {
INST_OBJ_BASE
- int dtype; /* Device type: 0 = i1D1, 1 = i1D2, 2 = Smile */
- i1d2_dtype stype; /* Sub type */
+ int btype; /* Device type: 0 = i1D1, 1 = i1D2, 2 = Smile */
+ i1d2_stype stype; /* Sub type */
inst_mode mode; /* Currently selected mode */