-- --**************************************************************************** --* * --* Copyright (c) 2001 * --* by DIGITAL Equipment Corporation, Maynard, Mass. * --* * --* This software is furnished under a license and may be used and copied * --* only in accordance with the terms of such license and with the * --* inclusion of the above copyright notice. This software or any other * --* copies thereof may not be provided or otherwise made available to any * --* other person. No title to and ownership of the software is hereby * --* transferred. * --* * --* The information in this software is subject to change without notice * --* and should not be construed as a commitment by DIGITAL Equipment * --* Corporation. * --* * --* DIGITAL assumes no responsibility for the use or reliability of its * --* software on equipment which is not supplied by DIGITAL. * --* * --**************************************************************************** --******************************************************************************************************************** -- Created: 15-MAR-2001 22:51:52 by OpenVMS SDL EV1-33 -- Source: 2-SEP-1989 10:40:30 $11$DUA933:[LIB_ADA.LIS]EVTDEF.SDL;1 --******************************************************************************************************************** with SYSTEM; use SYSTEM; with STARLET; use STARLET; with CONDITION_HANDLING; use CONDITION_HANDLING; package EVTDEF is -- module $EVTDEF -- -- EVENT CODE DEFINITIONS -- EVT_AST : constant := 0; EVT_EVENT : constant := 1; EVT_CEF : constant := 2; EVT_LEFO : constant := 3; EVT_FPGA : constant := 4; EVT_WAKE : constant := 5; EVT_RESUME : constant := 6; EVT_PFCOM : constant := 7; EVT_SETPRI : constant := 8; EVT_SWPOUT : constant := 9; EVT_SWPOUTE : constant := 10; EVT_MAXEVT : constant := 11; EVT_COLPGA : constant := 0; end EVTDEF;