1#ifndef _SYSAL_IO_DATA_STRUCTURES_
2#define _SYSAL_IO_DATA_STRUCTURES_
33#define IODATA_EXT_ERROR_OK 0x00000000L
34#define IODATA_EXT_ERROR_OPEN 0x01000000L
35#define IODATA_EXT_ERROR_WRITE 0x02000000L
36#define IODATA_EXT_ERROR_READ 0x03000000L
37#define IODATA_EXT_ERROR_CLOSE 0x04000000L
38#define IODATA_EXT_ERROR_CANTRUN 0x05000000L
39#define IODATA_EXT_ERROR_UNKFORMAT 0x06000000L
40#define IODATA_EXT_ERROR_DISABLED 0x07000000L
41#define IODATA_EXT_ERROR_ABORTED 0x08000000L
42#define IODATA_EXT_ERROR_UNKCOMPRESS 0x09000000L
43#define IODATA_EXT_ERROR_COMPRESS 0x0A000000L
44#define IODATA_EXT_ERROR_DECOMPRESS 0x0B000000L
45#define IODATA_EXT_ERROR_OBSOLETE 0x0C000000L
46#define IODATA_EXT_ERROR_UNKNOWN 0xFF000000L
48#define MAKE_IO_EXT_ERROR(x, h) (x | ((unsigned)h.InfoType << 16) | ((unsigned)h.HeaderFormat))
Definition: bspred_ds.h:63
Definition: bscan_ds.h:114
Definition: bscan_ds.h:108
Definition: bscan_ds.h:120
Definition: scscan_ds.h:85
Definition: dbpred_ds.h:53
Definition: scscan_ds.h:93
Definition: tscan_ds.h:81
Definition: vscan_ds.h:60
Definition: vscan_ds.h:106
Definition: vscan_ds.h:92
Definition: datastructs.h:16
IO_VS_Fragment2 VSFrag2
Definition: datastructs.h:29
IO_HeaderId HdrId
Definition: datastructs.h:18
IO_OPERA_Tracks OTks
Definition: datastructs.h:23
IO_VS_Catalog VSCat
Definition: datastructs.h:30
IO_CS_SS_Tracks STks
Definition: datastructs.h:22
IO_Header Hdr
Definition: datastructs.h:17
IO_BS_Batch BSBatch
Definition: datastructs.h:24
IO_BULK_Tracks BTks
Definition: datastructs.h:19
IO_TS_Reconstruction TSRec
Definition: datastructs.h:25
IO_BULK_ClustersDump BCDmp
Definition: datastructs.h:21
IO_MarkMap MkMap
Definition: datastructs.h:27
IO_BULK_PhotoSeq BPhSeq
Definition: datastructs.h:20
IO_VS_Fragment VSFrag
Definition: datastructs.h:28
IO_DBPred_Tracks DBPTks
Definition: datastructs.h:26