trcoff_c |
Table of contents
Proceduretrcoff_c ( Turn tracing off ) void trcoff_c ( void ) AbstractDisable tracing. Required_ReadingERROR KeywordsERROR Brief_I/ONone. Detailed_InputNone. Detailed_OutputNone. ParametersNone. ExceptionsError free. FilesNone. ParticularsThis routine disables tracing. Checking in or out does not modify the current traceback any further after trcoff_c is called. The routines trcnam_, trcdep_, and qcktrc_ will return information based on the traceback at the point where trcoff_c is called. Once tracing has been disabled, it cannot be re-enabled. Additionally, trcoff_c blanks out the existing trace, since the trace will usually be invalid at the time an error is signaled. The frozen copy of the trace, if there is one, is not modified. Examples1) /. Program initialization: . . . We disable tracing to enhance speed: ./ trcoff_c (); /. More initialization code: ./ . . . RestrictionsNone. Literature_ReferencesNone. Author_and_InstitutionJ. Diaz del Rio (ODC Space) E.D. Wright (JPL) Version-CSPICE Version 1.0.1, 13-AUG-2021 (JDR) Edited the header to comply with NAIF standard. -CSPICE Version 1.0.0, 08-FEB-1998 (EDW) Index_Entriesturn tracing off |
Fri Dec 31 18:41:14 2021