FEDRA emulsion software from the OPERA Collaboration
id.linux.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  int Part[4];
10  } Identifier;
11 
12 typedef struct
13 {
14  unsigned char InfoType;
15  short HeaderFormat;
16  } IO_Header;
17 
18 typedef struct
19 {
20  IO_Header Hdr;
21  Identifier Id;
22  } IO_HeaderId;
23 
24 //#pragma pack(pop)
25 
26 #endif
Definition: id.h:19
Definition: id.h:13
unsigned char InfoType
Definition: id.linux.h:14
short HeaderFormat
Definition: id.linux.h:15
Definition: AcqPlateChanger.h:31