Project
Loading...
Searching...
No Matches
o2::focal::PixelLanePayload Class Reference

#include <PixelLaneData.h>

Public Member Functions

 PixelLanePayload ()=default
 
 ~PixelLanePayload ()=default
 
void reset ()
 
void append (gsl::span< const uint8_t > payloadwords)
 
void append (uint8_t word)
 
gsl::span< const uint8_t > getPayload () const
 
void print (std::ostream &stream) const
 

Detailed Description

Definition at line 26 of file PixelLaneData.h.

Constructor & Destructor Documentation

◆ PixelLanePayload()

o2::focal::PixelLanePayload::PixelLanePayload ( )
default

◆ ~PixelLanePayload()

o2::focal::PixelLanePayload::~PixelLanePayload ( )
default

Member Function Documentation

◆ append() [1/2]

void PixelLanePayload::append ( gsl::span< const uint8_t >  payloadwords)

Definition at line 56 of file PixelLaneData.cxx.

◆ append() [2/2]

void PixelLanePayload::append ( uint8_t  word)

Definition at line 61 of file PixelLaneData.cxx.

◆ getPayload()

gsl::span< const uint8_t > PixelLanePayload::getPayload ( ) const

Definition at line 66 of file PixelLaneData.cxx.

◆ print()

void PixelLanePayload::print ( std::ostream &  stream) const

Definition at line 71 of file PixelLaneData.cxx.

◆ reset()

void PixelLanePayload::reset ( )

Definition at line 51 of file PixelLaneData.cxx.


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