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
7typedef struct
8{
9 DWORD Part[4];
10 } Identifier;
11
12typedef struct
13{
16 } IO_Header;
17
18typedef struct
19{
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