Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/pipermail/sas-uploads/2001-May/000673.html
Дата изменения: Tue May 8 07:11:29 2001
Дата индексирования: Sat Dec 22 02:51:07 2007
Кодировка:

Поисковые слова: http www.badastronomy.com bad tv foxapollo.html
[sas-uploads] dal-1.134.2.tgz

[sas-uploads] dal-1.134.2.tgz

sas-uploads-admin@xmm.vilspa.esa.es sas-uploads-admin@xmm.vilspa.esa.es
Mon, 7 May 2001 20:48:00 +0200 (MET DST)


Package dal-1.134.2.tgz (348 kB)
Uploaded by Mark Thomas <mthomas@astro.estec.esa.nl>

The most recent entry in ChangeLog is:

dal/ChangeLog
ChangeLog for dal
=================

Open SPRs:

580 : Eliminate warning messages
761 : setAttributes does not erase the COMMENT and HISTORY lines
818 : DAL user documentation should be updated
1113 : copydataSet unsafe
1129 : DAL let you set impossible values.
1131 : setAttribute does not propagate units and comments
1362 : History keywords are too short
1444 : LONGSTRN keyword missing
1584 : Dal produces mulitple HISTORY records
1656 : writing/reading of data to/from string columns is not symmetric

Open SCRs:

278 : No comments
304 : The F90 interface to iteration should be fully developed
423 : C++ Column::data() method requires explicit garbage collection
619 : Class CellData should support fixed length columns


Version 1.134.2 2001-05-07 (MT)
---------------
- C: The following functions have been added to the C I/f in c/dal.h

	Attribute * addAttribute(
		Attributable*	attributable,
                const char*	name,
		const char*	comment,
                const char*	units );

	Attribute * addIntAttribute(
		Attributable*	attributable,
                const char*	name,
		int		value,
		const char*	comment,
                const char*	units );

	Attribute * addRealAttribute(
		Attributable*	attributable,
                const char*	name,
		double		value,
		const char*	comment,
                const char*	units );

	Attribute * addStringAttribute(
		Attributable*	attributable,
                const char*	name,
		const char*	value,
		const char*	comment );

	Attribute * addBoolAttribute(
		Attributable*	attributable,
                const char*	name,
		bool		value,
		const char*	comment );