kstars
binfile.h
Go to the documentation of this file.
60 DT_STR, /* Variable length array of characters, either terminated by NULL or by the limit on field size */
61 DT_SPCL = 128 /* Flag indicating that the field requires special treatment (eg: Different bits may mean different things) */
250 * scale : Scale factor used for conversion of fixed-point reals to integers. N/A to DT_CHARV, DT_STR and DT_CHAR
253 int writeDataElementDescription(FILE *f, char *name, int8_t size, enum dataType type, int32_t scale) {
Definition: binfile.h:53
struct dataElement dataElement
Definition: binfile.h:60
Definition: binfile.h:56
Definition: binfile.h:58
Definition: binfile.h:61
Definition: binfile.h:55
Definition: binfile.h:57
int writeIndexEntry(FILE *hf, u_int32_t trixel_id, u_int32_t offset, u_int32_t nrec)
Definition: binfile.h:265
Definition: binfile.h:52
int writeDataElementDescription(FILE *f, char *name, int8_t size, enum dataType type, int32_t scale)
Definition: binfile.h:253
int displayDataElementDescription(dataElement *e)
Definition: binfile.h:85
Definition: binfile.h:54
Definition: binfile.h:59
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.