#include <MilliSlice.hh>
Public Types | |
typedef uint32_t | data_t |
typedef uint16_t | pattern_t |
typedef uint16_t | version_t |
typedef uint32_t | millislice_size_t |
typedef uint32_t | microslice_count_t |
Public Attributes | |
data_t | fixed_pattern: 16 |
data_t | version: 16 |
data_t | millislice_size: 32 |
data_t | microslice_count: 32 |
Definition at line 15 of file MilliSlice.hh.
typedef uint32_t dune::MilliSlice::Header::data_t |
Definition at line 16 of file MilliSlice.hh.
typedef uint32_t dune::MilliSlice::Header::microslice_count_t |
Definition at line 21 of file MilliSlice.hh.
typedef uint32_t dune::MilliSlice::Header::millislice_size_t |
Definition at line 20 of file MilliSlice.hh.
typedef uint16_t dune::MilliSlice::Header::pattern_t |
Definition at line 18 of file MilliSlice.hh.
typedef uint16_t dune::MilliSlice::Header::version_t |
Definition at line 19 of file MilliSlice.hh.
data_t dune::MilliSlice::Header::fixed_pattern |
Definition at line 26 of file MilliSlice.hh.
data_t dune::MilliSlice::Header::microslice_count |
Definition at line 31 of file MilliSlice.hh.
data_t dune::MilliSlice::Header::millislice_size |
Definition at line 29 of file MilliSlice.hh.
data_t dune::MilliSlice::Header::version |
Definition at line 27 of file MilliSlice.hh.