Files
Arquivotheca.AIX-4.1.3/bos/usr/lib/lpd/plotgbe/plot_def.h
seta75D d6fe8fe829 Init
2021-10-11 22:19:34 -03:00

45 lines
4.8 KiB
C

/* @(#)82 1.2 src/bos/usr/lib/lpd/plotgbe/plot_def.h, cmdpsla, bos411, 9428A410j 6/15/90 17:39:58 */
/************************************************************************/
/* */
/* COMPONENT_NAME: PLOT_DEF.H. */
/* */
/* ORIGIN: IBM */
/* */
/*. (C) Copyright International Business Machines Corp. 1989, 1990 */
/*. All Rights Reserved */
/*. Licensed Materials - Property of IBM */
/*. */
/*. US Government Users Restricted Rights - Use, Duplication or */
/*. Disclosure Restricted By GSA ADP Schedule Contract With IBM CORP. */
/* */
/* PURPOSE: This file defines message codes user by plotter backend */
/* for PSLA. */
/************************************************************************/
#define VIEW 1 /* device is in view mode */
#define NOPAPER 2 /* device needs paper */
#define OPEN_PORT 3 /* open port error */
#define BAD_OPTION 4 /* bad print cmd option */
#define BAD_FR 5 /* bad frame option */
#define ORG_ERR 6 /* error setting origin */
#define OPEN_FILE 7 /* open file error */
#define WR_PORT 8 /* error writing to port */
#define BAD_ACK 9 /* unrecognized ack */
#define RD_FILE 10 /* error reading file */
#define REMOVE_PAPER 11 /* remove paper from device */
#define RS232_ERROR 12 /* RS232 error */
#define CLOSE 13 /* pen cover open */
#define CLOSE_VIEW 14 /* pen cover open - view mode */
#define NOPAPER_CLOSE 15 /* nopaper and pen cover open */
#define BAD_STATUS 16 /* unrecognized device status */
#define RD_PORT 17 /* error reading from port */
#define TIME_OUT 18 /* time out message */
#define NO_RESPONSE 19 /* no response from device */
#define CANCEL 20 /* job canceled */
#define ENA_QERR 21 /* enable queue error */
#define BAD_SPEED 22 /* speed operand is invalid */
#define CONTINUE 23 /* continue plotting */
#define STAT_ERR 24 /* file status error */
#define PSLA_DFLT_MSG " error occurred, but cannot access message catalog.\n"