Project
Loading...
Searching...
No Matches
o2::mch::raw::DataBlock Struct Reference

A DataBlock is a pair (DataBlockHeader,payload) More...

#include <DataBlock.h>

Public Member Functions

uint64_t size () const
 

Public Attributes

DataBlockHeader header
 
gsl::span< const std::byte > payload
 

Detailed Description

A DataBlock is a pair (DataBlockHeader,payload)

Definition at line 34 of file DataBlock.h.

Member Function Documentation

◆ size()

uint64_t o2::mch::raw::DataBlock::size ( ) const
inline

Definition at line 37 of file DataBlock.h.

Member Data Documentation

◆ header

DataBlockHeader o2::mch::raw::DataBlock::header

Definition at line 35 of file DataBlock.h.

◆ payload

gsl::span<const std::byte> o2::mch::raw::DataBlock::payload

Definition at line 36 of file DataBlock.h.


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