00001 /* @(#)01 1.1 src/include/pos/drawer.h, apicode, ptux1.2.0, 20 1/13/00 18:44:51 */ 00002 00003 /********************************************************************/ 00004 /* <drawer.h> header file */ 00005 /* */ 00006 /* Licensed Materials - Property of IBM */ 00007 /* */ 00008 /* IBM Point of Sale Subsystem */ 00009 /* 73G0950 (C) Copyright IBM Corporation 1992, 1995 */ 00010 /* All rights reserved */ 00011 /* */ 00012 /* US Government Users Restricted Rights - */ 00013 /* Use, duplication, or disclosure restricted */ 00014 /* by GSA ADP Schedule Contract with IBM Corp. */ 00015 /* */ 00016 /********************************************************************/ 00017 00018 #ifndef _H_POS_DRAWER 00019 #define _H_POS_DRAWER 1 00020 00021 /****************************/ 00022 /* PosDrawer resource names */ 00023 /****************************/ 00024 00025 #define PosNpulseWidth "pulseWidth" 00026 #define PosNtillStatus "tillStatus" 00027 00028 00029 /******************************/ 00030 /* PosDrawer resource classes */ 00031 /******************************/ 00032 00033 #define PosCPulseWidth "PulseWidth" 00034 #define PosCTillStatus "TillStatus" 00035 00036 00037 /**********************************/ 00038 /* PosNtillStatus resource values */ 00039 /**********************************/ 00040 00041 #define PosDRAWER_ONLINE 0x0001 00042 #define PosDRAWER_OPEN 0x0004 00043 00044 00045 #endif /* _H_POS_DRAWER */