! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! SDDL Name: QGRECONFIG.SDDL ! ! Purpose: This SDDL file defines the qgreconfig relation. ! ! Modification History: ! ! Date OPR Who Reason ! -------- ------- --- ------------------------------------------------- ! 12/ 1/94 27329 SXT Original implementation ! 03/12/99 38555 MRB Remove instruction versions (version_num field) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! LANGUAGE C, FORTRAN, SQL INCLUDE ZSPSS_USER_TYPES.SDDL RECORD QGREC_TYPE !------------------------------------------------------------------------------ ! ! RECORD INFORMATION ! !------------------------------------------------------------------------------ DESCRIPTION "This relation describes SI(Science Instrument) detector reconfiguration activities. It associates a particular state change code with a particular instruction sequence. The state change code is subsequently entered into the proposal alignment data and then onto the C&C List in the reconfiguration activity. The instruction expansion adds the appropriate instruction sequence whenever a reconfiguration activity in the C&C List is indicated by SMS." !------------------------------------------------------------------------------ ! ! FIELD INFORMATION ! !------------------------------------------------------------------------------ FIELD change_code TYPE C8 DESCRIPTION "This field is the SI detector state change code which must be unique within the relation (unique key). It is used by SMSG/GEN to obtain the instruction name associated with C&C list reconfiguration activities." END_FIELD FIELD instr_name TYPE INSTRUCTION_NAME_TYPE DESCRIPTION "This field holds the SI detector reconfiguration instruction name. It identifies an instruction to be added to the SMS to perform the detector reconfiguration. The C&C list reconfiguration activity indicates the state change code which indexes into this relation to obtain the corresponding instruction." END_FIELD END_RECORD !------------------------------------------------------------------------------ ! ! RELATION DECLARATION ! !------------------------------------------------------------------------------ RELATION qgreconfig TYPE QGREC_TYPE DESCRIPTION "Instruction SI Reconfiguration Data Relation" SUBSYSTEM_USING "SPSS", "SCS", "IM", "SCIOPSDB" INDEX qgreconfig_1 TYPE unique, clustered FIELDS change_code END_INDEX END_RELATION !------------------------------------------------------------------------------ ! ! INSTANCE DECLARATION ! !------------------------------------------------------------------------------ INSTANCE qgreconfig GLOBAL TYPE QGREC_TYPE END_INSTANCE