The _boards_ pointer is the address of the array containing _nbBoards_ _Board_ objects.
The _CrateBoard_ structure is:
**Members** | **Type**
------------|---------
nbCrates | uint16_t
crates | Crate*
The _crates_ pointer is the address of the array containing _nbCrates_ _Crate_ objects.
The global *listModeContext* object of type _ListModeContext_ has the structure:
**Members** | **Type**
------------|---------
version | uint32_t
timeBase | uint32_t
nbEvents | uint32_t
crateBoard | CrateBoard
The _version_ member represents the version of the format of the file. The _timeBase_ is the unit of time of the events. The value 9 means that the time base is 10^-9.