!--------------------------------------------------------------------
!
! pdrdel.resource
!
! Purpose: This file is used to construct the trigger, error, and
!          success status fields in the observation status file.
!
!       This resource file uses an OSF trigger.
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!    
!            PR
!   DATE   NUMBER  User      Description
! -------- ------  --------- -------------------------------------
! 02/10/01 42443   Heller    first version
! 10/24/01 44684   Goldst    Created OPUS PDR pipeline version
! 03/12/02 45016   Goldst    Added TRIGGERn and TRIGGERn.DATA_ID
! 05/20/02 45016   Goldst    Added pas class TRIGGER and DATA_ID
! 07/11/02 46101   J.Baum    Changed trigger to DL status 'd'.
! 06/24/04 51412   Sherbert  For PR 50437 Remove DISPLAY_ORDER
!--------------------------------------------------------------------

PROCESS_NAME = pdrdel
TASK         = <osfdelete -p $PATH_FILE -r pdrdel>
DESCRIPTION  = 'Delete OSFs from the BB'
SYSTEM       = PDR
CLASS        = all

!---------------------------------------------------------------------------
! EVNT resource.
!---------------------------------------------------------------------------

OSF_RANK = 1                    ! OSF event ordering.

OSF_TRIGGER1.DL      = d        ! Manually set to trigger OSF deletion
OSF_TRIGGER1.DATA_ID = msc      ! Trigger1 class ID
OSF_TRIGGER2.DL      = d        ! Manually set to trigger OSF deletion
OSF_TRIGGER2.DATA_ID = mtl      ! Trigger2 class ID
OSF_TRIGGER3.DL      = d        ! Manually set to trigger OSF deletion
OSF_TRIGGER3.DATA_ID = sms      ! Trigger3 class ID
OSF_TRIGGER4.DL      = d        ! Manually set to trigger OSF deletion
OSF_TRIGGER4.DATA_ID = orb      ! Trigger4 class ID
OSF_TRIGGER5.DL      = d        ! Manually set to trigger OSF deletion
OSF_TRIGGER5.DATA_ID = pas      ! Trigger5 class ID


POLLING_TIME = 5                ! Response time of the application

!---------------------------------------------------------------------------
! Application Specific resource
!---------------------------------------------------------------------------

OSF_PROCESSING.DL = p           ! letter to be used when an OSF is processed.
OSF_ERROR.DL      = e           ! letter to be used when there is an error.
