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
7typedef struct
8{
9 int Part[4];
10 } Identifier;
11
12typedef struct
13{
14 unsigned char InfoType;
16 } IO_Header;
17
18typedef struct
19{
20 IO_Header Hdr;
21 Identifier Id;
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