MISR Toolkit
1.5.1
|
#include "h4config.h"
#include "hdfi.h"
#include "hlimits.h"
#include "hntdefs.h"
#include "htags.h"
#include "hbitio.h"
#include "hcomp.h"
#include "herr.h"
#include "hproto.h"
#include "hdatainfo.h"
#include "vg.h"
#include "mfgr.h"
Go to the source code of this file.
Data Structures | |
struct | DFdi |
struct | hdf_ntinfo_t |
Macros | |
#define | DFACC_READ 1 |
#define | DFACC_WRITE 2 |
#define | DFACC_CREATE 4 |
#define | DFACC_ALL 7 |
#define | DFACC_RDONLY 1 |
#define | DFACC_RDWR 3 |
#define | DFACC_CLOBBER 4 |
#define | DFACC_BUFFER 8 /* buffer the access to this AID */ |
#define | DFACC_APPENDABLE 0x10 /* make this AID appendable */ |
#define | DFACC_CURRENT 0x20 /* start looking for a tag/ref from the current */ |
#define | DFACC_OLD 1 /* for accessing existing ext. element file */ |
#define | CACHE_ALL_FILES (-2) |
#define | DFACC_DEFAULT 000 |
#define | DFACC_SERIAL 001 |
#define | DFACC_PARALLEL 011 |
#define | DF_START 0 |
#define | DF_CURRENT 1 |
#define | DF_END 2 |
#define | DF_FORWARD 1 |
#define | DF_BACKWARD 2 |
#define | SUCCEED 0 |
#define | FAIL (-1) |
#define | FALSE 0 |
#define | TRUE (!FALSE) |
#define | STREQ(s, t) (HDstrcmp((s), (t)) == 0) |
#define | NSTREQ(s, t, n) (HDstrncmp((s), (t), (n)) == 0) |
#define | EXPORT |
#define | PRIVATE static |
#define | FULL_INTERLACE 0 |
#define | NO_INTERLACE 1 |
#define | HDFopen(f, a, d) Hopen((f), (a), (d)) |
#define | HDFclose(f) Hclose((f)) |
#define | Vstart(f) Vinitialize((f)) |
#define | Vend(f) Vfinish((f)) |
#define | HDgettagname(tag) HDgettagdesc(tag) |
#define | MP_PAGEALL 0x01 /* page the whole file i.e. no limit on 'maxcache'*/ |
Typedefs | |
typedef struct hdf_ntinfo_t | hdf_ntinfo_t |
typedef int32 | HFILEID |
typedef intn(* | hdf_termfunc_t) (void) |
Enumerations | |
enum | ann_type { AN_UNDEF = -1, AN_DATA_LABEL = 0, AN_DATA_DESC, AN_FILE_LABEL, AN_FILE_DESC, AN_UNDEF = -1, AN_DATA_LABEL = 0, AN_DATA_DESC, AN_FILE_LABEL, AN_FILE_DESC } |
#define DFACC_CURRENT 0x20 /* start looking for a tag/ref from the current */ |
#define DFACC_OLD 1 /* for accessing existing ext. element file */ |
#define HDgettagname | ( | tag | ) | HDgettagdesc(tag) |
#define MP_PAGEALL 0x01 /* page the whole file i.e. no limit on 'maxcache'*/ |
#define Vstart | ( | f | ) | Vinitialize((f)) |
typedef struct hdf_ntinfo_t hdf_ntinfo_t |