putlms |
Table of contents
ProcedurePUTLMS ( Store Long Error Message ) SUBROUTINE PUTLMS ( MSG ) AbstractStore a long error message. PUTLMS is a low-level data structure access routine. DO NOT CALL THIS ROUTINE. USE SETMSG, NOT PUTLMS, TO SET THE CURRENT LONG ERROR MESSAGE. Required_ReadingERROR KeywordsERROR DeclarationsIMPLICIT NONE INCLUDE 'errhnd.inc' CHARACTER*(*) MSG Brief_I/OVARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- MSG I A long error message. Detailed_InputMSG is the current long error message. This value will be saved. Detailed_OutputNone. ParametersLMSGLN is the maximum length of the long error message. See the include file errhnd.inc for the value of LMSGLN. ExceptionsNone. FilesNone. ParticularsDO NOT CALL THIS ROUTINE. This routine should be used only by routines within the SPICELIB error handling system. Other routines should use SETMSG to set the long error message. ExamplesNone. Restrictions1) Calls to this routine by routines outside of the SPICELIB error handling system may interfere with error processing. Literature_ReferencesNone. Author_and_InstitutionN.J. Bachman (JPL) J. Diaz del Rio (ODC Space) W.L. Taber (JPL) VersionSPICELIB Version 1.1.1, 27-AUG-2021 (JDR) Edited the header to comply with NAIF standard. Added $Index_Entries entry. SPICELIB Version 1.1.0, 29-JUL-1997 (NJB) Maximum length of the long error message is now represented by the parameter LMSGLN. Miscellaneous header fixes were made. Some indentation and vertical white space abnormalities in the code were fixed. Some dubious comments were deleted from the code. SPICELIB Version 1.0.1, 10-MAR-1992 (WLT) Comment section for permuted index source lines was added following the header. SPICELIB Version 1.0.0, 31-JAN-1990 (NJB) |
Fri Dec 31 18:36:40 2021