Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

alarm.h

00001 /* @(#)06       1.1  src/include/pos/alarm.h, apicode, ptux1.2.0, 20 1/13/00 18:45:13 */
00002 
00003 /********************************************************************/
00004 /*  <alarm.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_ALARM
00019 #define _H_POS_ALARM 1
00020 
00021 /***************************/
00022 /* PosAlarm resource names */
00023 /***************************/
00024 
00025 #define PosNalarmStatus                 "alarmStatus"
00026 
00027 
00028 /*****************************/
00029 /* PosAlarm resource classes */
00030 /*****************************/
00031 
00032 #define PosCAlarmStatus                 "AlarmStatus"
00033 
00034 
00035 /***********************************/
00036 /* PosNalarmStatus resource values */
00037 /***********************************/
00038 
00039 #define PosALARM_ONLINE                 0x0001
00040 #define PosALARM_SOUNDING               0x0002
00041 
00042 
00043 #endif   /* _H_POS_ALARM */

 

L.A.B. Project © 2001-2004 LAB Project & DJ Anubis