Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/~sontag/spicedocs/cspice/ekcls_c.html
Дата изменения: Sat Dec 17 06:08:51 2005 Дата индексирования: Sun Apr 10 23:24:54 2016 Кодировка: Поисковые слова: http astrokuban.info astrokuban |
Close an E-kernel.
EK
Variable I/O Description -------- --- -------------------------------------------------- handle I EK file handle.
handle is the file handle of an EK to be closed. Note that EKs open for writing must be closed by this routine in order by be valid.
None.
None.
This routine should be used to close open EK files. EK files open for writing *must* be closed by this routine in order to be valid. EK files open for read access should also be closed using this routine.
1) Add data to an existing EK file, then close the file. ekopw_c ( "my.ek", &handle ); [add data] ekcls_c ( handle );
1) No more than CSPICE_DAS_MAX_OPEN_FILES DAS files may be opened simultaneously. See SpicePar.h for the value of CSPICE_DAS_MAX_OPEN_FILES.
1) If the indicated file is not recognized, no error is signalled. 2) If an I/O error occurs while reading or writing the indicated file, the error will be diagnosed by routines called by this routine.
See the EK Required Reading for a discussion of the EK file format.
N.J. Bachman (JPL)
None.
-CSPICE Version 1.1.0, 23-JUL-2001 (NJB) Removed tab characters from source file. -CSPICE Version 1.0.0, 31-MAR-1998 (NJB) Based on SPICELIB Version 1.0.0, 26-SEP-1995 (NJB)
close EK