Project
Loading...
Searching...
No Matches
o2::cpv::CpvTrailer Class Reference

#include <RawFormats.h>

Public Member Functions

 CpvTrailer ()=default
 
 CpvTrailer (std::vector< char >::const_iterator b, std::vector< char >::const_iterator e)
 
 CpvTrailer (unsigned short wordCounter, uint16_t bunchCrossing, bool isAllDataSent)
 
 ~CpvTrailer ()=default
 
bool isOK () const
 
uint16_t wordCounter () const
 
bool isAllDataSent () const
 
uint16_t bc () const
 

Public Attributes

unsigned char mBytes [10] = {0}
 

Detailed Description

Definition at line 107 of file RawFormats.h.

Constructor & Destructor Documentation

◆ CpvTrailer() [1/3]

o2::cpv::CpvTrailer::CpvTrailer ( )
default

◆ CpvTrailer() [2/3]

o2::cpv::CpvTrailer::CpvTrailer ( std::vector< char >::const_iterator  b,
std::vector< char >::const_iterator  e 
)
inline

Definition at line 111 of file RawFormats.h.

◆ CpvTrailer() [3/3]

o2::cpv::CpvTrailer::CpvTrailer ( unsigned short  wordCounter,
uint16_t  bunchCrossing,
bool  isAllDataSent 
)
inline

Definition at line 117 of file RawFormats.h.

◆ ~CpvTrailer()

o2::cpv::CpvTrailer::~CpvTrailer ( )
default

Member Function Documentation

◆ bc()

uint16_t o2::cpv::CpvTrailer::bc ( ) const
inline

Definition at line 134 of file RawFormats.h.

◆ isAllDataSent()

bool o2::cpv::CpvTrailer::isAllDataSent ( ) const
inline

Definition at line 133 of file RawFormats.h.

◆ isOK()

bool o2::cpv::CpvTrailer::isOK ( ) const
inline

Definition at line 131 of file RawFormats.h.

◆ wordCounter()

uint16_t o2::cpv::CpvTrailer::wordCounter ( ) const
inline

Definition at line 132 of file RawFormats.h.

Member Data Documentation

◆ mBytes

unsigned char o2::cpv::CpvTrailer::mBytes[10] = {0}

Definition at line 137 of file RawFormats.h.


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