ekshdw |
Table of contents
ProcedureEKSHDW ( EK, return shadowing status <STUB> ) SUBROUTINE EKSHDW ( HANDLE, ISSHAD ) AbstractReturn shadowing status of a specified EK file. THIS IS A STUB ROUTINE. Required_ReadingEK KeywordsEK FILES UTILITY DeclarationsIMPLICIT NONE INTEGER HANDLE LOGICAL ISSHAD Brief_I/OVARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- HANDLE I Handle attached to EK file. ISSHAD O Logical flag indicating whether EK is shadowed. Detailed_InputHANDLE is the file handle of an EK open for writing. Detailed_OutputISSHAD is a logical flag that is returned .TRUE. if and only if the EK file designated by HANDLE is shadowed. In this stub version of the routine, ISSHAD is always returned .FALSE. ParametersNone. ExceptionsError free. 1) It is not an error to supply an input handle that does not belong to an EK that is open for write access. FilesSee the EK Required Reading for a discussion of the EK file format. ParticularsThis routine is a utility that allows a program to test the shadowing status of a specified EK file. ExamplesSee the $Examples section of the umbrella routine EKSHAD. Restrictions1) This is a stub routine. Literature_ReferencesNone. Author_and_InstitutionN.J. Bachman (JPL) J. Diaz del Rio (ODC Space) VersionSPICELIB Version 1.1.0, 12-AUG-2021 (JDR) Added IMPLICIT NONE statement. Edited the header to comply with NAIF standard. SPICELIB Version 1.0.0, 19-DEC-1995 (NJB) |
Fri Dec 31 18:36:19 2021