Project
Loading...
Searching...
No Matches
o2::framework::RawParser< MAX_SIZE, BOUNDS_CHECKS >::RawDataHeaderInfo Struct Reference

#include <RawParser.h>

Public Attributes

uint8_t version = 0
 
uint8_t headerSize = 0
 

Detailed Description

template<size_t MAX_SIZE = 8192, bool BOUNDS_CHECKS = true>
struct o2::framework::RawParser< MAX_SIZE, BOUNDS_CHECKS >::RawDataHeaderInfo

common part of all RAWDataHeader versions This struct is used as iterator value type and is a common header which can be returned for all versions of RAWDataHeader

Definition at line 503 of file RawParser.h.

Member Data Documentation

◆ headerSize

template<size_t MAX_SIZE = 8192, bool BOUNDS_CHECKS = true>
uint8_t o2::framework::RawParser< MAX_SIZE, BOUNDS_CHECKS >::RawDataHeaderInfo::headerSize = 0

Definition at line 505 of file RawParser.h.

◆ version

template<size_t MAX_SIZE = 8192, bool BOUNDS_CHECKS = true>
uint8_t o2::framework::RawParser< MAX_SIZE, BOUNDS_CHECKS >::RawDataHeaderInfo::version = 0

Definition at line 504 of file RawParser.h.


The documentation for this struct was generated from the following file: