--******************************************************************************************************************** -- Created: 30-Mar-2010 17:33:34 by OpenVMS SDL EV3-3 -- Source: 08-DEC-1994 12:33:07 $1$DGA7274:[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_COLPGA : 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_SWPIN : constant := 11; EVT_SWPINC : constant := 12; EVT_MAXEVT : constant := 13; end EVTDEF;