From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- spectro/oemarch.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'spectro/oemarch.h') 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 */ -- cgit v1.2.3