FEDRA emulsion software from the OPERA Collaboration
id.h
Go to the documentation of this file.
1 #ifndef _SYSAL_IDENTIFIERS_
2 #define _SYSAL_IDENTIFIERS_
3 
4 #pragma pack(push)
5 #pragma pack(1)
6 
7 typedef struct
8 {
9  DWORD Part[4];
10  } Identifier;
11 
12 typedef struct
13 {
14  BYTE InfoType;
16  } IO_Header;
17 
18 typedef struct
19 {
22  } IO_HeaderId;
23 
24 #pragma pack(pop)
25 
26 #endif
Definition: id.h:19
Identifier Id
Definition: id.h:21
IO_Header Hdr
Definition: id.h:20
Definition: id.h:13
WORD HeaderFormat
Definition: id.h:15
BYTE InfoType
Definition: id.h:14
Definition: AcqPlateChanger.h:31