void ckupf_c ( SpiceInt handle )
Unload a CK pointing file so that it will no longer be searched
by the readers.
CK
DAF
POINTING
Variable I/O Description
-------- --- --------------------------------------------------
handle I Handle of CK file to be unloaded
handle Integer handle assigned to the file upon loading.
None.
None.
Error free.
1) If the file specified by handle does not appear in the file
table, nothing happens.
The file referred to by handle is unloaded.
See Particulars section above, in ckbsr.for.
Unloading a file with ckupf_c removes that file from consideration
by the CK readers. In doing so, it frees up space for another
file to be loaded.
See the Example in ckbsr.for.
None.
None.
J.M. Lynch (JPL)
R.E. Thurman (JPL)
I.M. Underwood (JPL)
E.D. Wright (JPL)
B.V. Semenov (JPL)
-CSPICE Version 1.0.2, 31-JAN-2008 (BVS)
Removed '-Revisions' from the header.
-CSPICE Version 1.0.1, 03-JUN-2003 (EDW)
Correct typo in Procedure line.
-CSPICE Version 1.0.0, 08-FEB-1998 (EDW)
unload ck pointing file
Link to routine ckupf_c source file ckupf_c.c
|