summaryrefslogtreecommitdiff
path: root/spectro/oemarch.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:13:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:13:57 +0200
commit094535c010320967639e8e86f974d878e80baa72 (patch)
treeefc3094b20355dcbeebb2c4ece4fcfc69bffedb5 /spectro/oemarch.h
parentc07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (diff)
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'spectro/oemarch.h')
-rw-r--r--spectro/oemarch.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/spectro/oemarch.h b/spectro/oemarch.h
index 1b8c4a4..b0b1a65 100644
--- a/spectro/oemarch.h
+++ b/spectro/oemarch.h
@@ -36,10 +36,12 @@ typedef enum {
/* Possible type of target */
typedef enum {
targ_none = 0x0000, /* None */
- targ_spyd_pld = 0x0001, /* Spyder PLD pattern */
- targ_spyd_cal = 0x0002, /* Spyder spectral calibration */
- targ_i1d3_edr = 0x0004, /* i1d3 .edr or .ccss */
- targ_ccmx = 0x0008 /* .ccmx */
+ targ_spyd1_pld = 0x0001, /* Spyder1 PLD pattern (???) */
+ targ_spyd2_pld = 0x0002, /* Spyder2 PLD pattern */
+ targ_spyd_cal = 0x0004, /* Spyder spectral calibration */
+ targ_i1d3_edr = 0x0008, /* i1d3 .edr or .ccss */
+ targ_ccmx = 0x0010, /* .ccmx */
+ targ_unknown = 0x8000 /* Unrecognized file format */
} targ_type;
/* An install path, volume name or archive name */