1 #ifndef _VERTIGOSCAN_DATA_STRUCTURES_
2 #define _VERTIGOSCAN_DATA_STRUCTURES_
15 #define VS_CATALOG_SECTION 1
16 #define VS_VIEW_SECTION 2
17 #define VS_TRACK_SECTION 3
18 #define VS_GRAIN_SECTION 4
19 #define VS_CONFIG_SECTION 5
20 #define VS_FRAGMENT_SECTION 6
22 #define VS_DATA_BYTES 0x30
23 #define VS_HEADER_BYTES 0x60
25 #define VS_OLD_HEADER_TYPE 0x701
26 #define VS_HEADER_TYPE 0x702
28 #define VS_COMPRESSION_NULL 0
29 #define VS_COMPRESSION_METHOD 0x100
31 #define VS_COMPRESSION_GRAIN_SUPPRESSION (VS_COMPRESSION_METHOD + 2)
62 #ifdef USE_MIDL_INCOMPATIBLE_STRUCTS
70 #ifdef USE_MIDL_INCOMPATIBLE_STRUCTS
74 float XMin,
XMax, YMin, YMax;
80 #ifdef USE_MIDL_INCOMPATIBLE_STRUCTS
88 unsigned char Reserved[256];
94 #ifdef USE_MIDL_INCOMPATIBLE_STRUCTS
102 unsigned char Reserved[256];
108 #ifdef USE_MIDL_INCOMPATIBLE_STRUCTS
116 unsigned char Reserved[256];
#define SYSAL_MAX_CONN_NAME_LEN
Definition: Connection.h:4
Definition: vscan_ds.h:60
int CountOfConfigs
Definition: vscan_ds.h:84
float XStep
Definition: vscan_ds.h:75
IO_Header Type
Definition: vscan_ds.h:66
VS_Config * pConfigs
Definition: vscan_ds.h:85
Identifier ID
Definition: vscan_ds.h:67
int XViews
Definition: vscan_ds.h:76
int Fragments
Definition: vscan_ds.h:77
float XMax
Definition: vscan_ds.h:74
int * pFragmentIndices
Definition: vscan_ds.h:87
Definition: vscan_ds.h:106
Identifier ID
Definition: vscan_ds.h:113
IO_Header Type
Definition: vscan_ds.h:112
VS_Fragment2 Fragment
Definition: vscan_ds.h:115
Definition: vscan_ds.h:92
Identifier ID
Definition: vscan_ds.h:99
VS_Fragment Fragment
Definition: vscan_ds.h:101
IO_Header Type
Definition: vscan_ds.h:98
Definition: AcqPlateChanger.h:31
Definition: vscan_ds.h:34
SySalConfig Config
Definition: vscan_ds.h:36
Definition: vscan_ds.h:50
int FitCorrectionDataSize
Definition: vscan_ds.h:54
int StartView
Definition: vscan_ds.h:52
VS_View2 * pViews
Definition: vscan_ds.h:56
int Index
Definition: vscan_ds.h:51
int CountOfViews
Definition: vscan_ds.h:53
int CodingMode
Definition: vscan_ds.h:55
Definition: vscan_ds.h:40
VS_View * pViews
Definition: vscan_ds.h:46
int CodingMode
Definition: vscan_ds.h:45
int Index
Definition: vscan_ds.h:41
int FitCorrectionDataSize
Definition: vscan_ds.h:44
int CountOfViews
Definition: vscan_ds.h:43
int StartView
Definition: vscan_ds.h:42
Definition: VSRawData.h:35
Definition: VSRawData.h:12