FEDRA emulsion software from the OPERA Collaboration
mmap_ds.h
Go to the documentation of this file.
1 #ifndef _MARK_MAP_DATA_STRUCTURES_
2 #define _MARK_MAP_DATA_STRUCTURES_
3 
4 #pragma pack(push)
5 #pragma pack(1)
6 
7 #include "id.h"
8 #include "MarkMap.h"
9 
10 #define MAP_FULL_SECTION 0xA
11 
12 #define MAP_DATA_BYTES 0x60
13 #define MAP_HEADER_BYTES 0x60
14 
15 #define MAP_MARK_HEADER_TYPE 0x0001
16 
17 typedef struct
18 {
21  } IO_MarkMap;
22 
23 #pragma pack(pop)
24 
25 #endif
Definition: id.h:19
Definition: mmap_ds.h:18
MarkMap Map
Definition: mmap_ds.h:20
IO_HeaderId Hdr
Definition: mmap_ds.h:19
Definition: MarkMap.h:22