Revert manifest to default one
[external/cups.git] / data / escp.h
1 /*
2  * "$Id: escp.h 7304 2008-02-14 01:52:22Z mike $"
3  *
4  *   This file contains model number definitions for the CUPS unified
5  *   ESC/P driver.
6  *
7  *   Copyright 2007 by Apple Inc.
8  *   Copyright 1997-2005 by Easy Software Products.
9  *
10  *   These coded instructions, statements, and computer programs are the
11  *   property of Apple Inc. and are protected by Federal copyright
12  *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
13  *   which should have been included with this file.  If this file is
14  *   file is missing or damaged, see the license at "http://www.cups.org/".
15  */
16
17 /* General ESC/P Support */
18 #define ESCP_DOTMATRIX          0x1             /* Dot matrix printer? */
19 #define ESCP_MICROWEAVE         0x2             /* Use microweave command? */
20 #define ESCP_STAGGER            0x4             /* Are color jets staggered? */
21 #define ESCP_ESCK               0x8             /* Use print mode command?*/
22 #define ESCP_EXT_UNITS          0x10            /* Use extended unit commands? */
23 #define ESCP_EXT_MARGINS        0x20            /* Use extended margin command */
24 #define ESCP_USB                0x40            /* Send USB packet mode escape? */
25 #define ESCP_PAGE_SIZE          0x80            /* Use page size command */
26 #define ESCP_RASTER_ESCI        0x100           /* Use ESC i graphics command */
27
28 /* Remote mode support */
29 #define ESCP_REMOTE             0x1000          /* Use remote mode commands? */
30
31
32 /*
33  * End of "$Id: escp.h 7304 2008-02-14 01:52:22Z mike $".
34  */