~ubuntu-branches/ubuntu/saucy/argyll/saucy

« back to all changes in this revision

Viewing changes to spectro/insttypes.h

  • Committer: Package Import Robot
  • Author(s): Christian Marillat
  • Date: 2012-04-25 07:46:07 UTC
  • mfrom: (1.2.2) (13.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120425074607-yjqadetw8kum9skc
Tags: 1.4.0-4
Should Build-Depends on libusb-dev (Closes: #670329).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    instSpectroScan,                    /* GretagMacbeth SpectroScan */
36
36
    instSpectroScanT,                   /* GretagMacbeth SpectroScanT */
37
37
        instSpectrocam,                         /* Avantes Spectrocam */
38
 
        instI1Display,                          /* GretagMacbeth i1 Display */
 
38
        instI1Disp1,                            /* GretagMacbeth i1 Display 1 */
 
39
        instI1Disp2,                            /* GretagMacbeth i1 Display 2 */
 
40
        instI1Disp3,                            /* Xrite i1 DisplayPro, ColorMunki Display */
39
41
        instI1Monitor,                          /* GretagMacbeth i1 Monitor */
40
42
        instI1Pro,                                      /* GretagMacbeth i1 Pro */
41
43
        instColorMunki,                         /* X-Rite ColorMunki */
42
44
        instHCFR,                                       /* Colorimtre HCFR */
43
45
        instSpyder2,                            /* Datacolor/ColorVision Spyder2 */
44
46
        instSpyder3,                            /* Datacolor Spyder3 */
 
47
        instSpyder4,                            /* Datacolor Spyder4 */
45
48
        instHuey,                                       /* GretagMacbeth Huey */
 
49
        instColorHug,                           /* Hughski ColorHug */
46
50
 
47
51
} instType;
48
52
 
79
83
 
80
84
 
81
85
#ifdef __cplusplus
82
 
        extern "C" {
 
86
        }
83
87
#endif
84
88
 
85
89
#define INSTTYPES_H