Public Member Functions | Private Attributes | List of all members
raw::RDStatus Class Reference

#include <RDStatus.h>

Public Member Functions

 RDStatus ()
 
 RDStatus (bool corruptdatadropped, bool corruptdatakept, unsigned int statword)
 
bool GetCorruptDataDroppedFlag () const
 
bool GetCorruptDataKeptFlag () const
 
unsigned int GetStatWord () const
 

Private Attributes

bool fCorruptDataDropped
 True if some data suspected to be corrupt were not decoded. More...
 
bool fCorruptDataKept
 True if some data suspected to be corrupt were decoded. More...
 
unsigned int fStatWord
 

Detailed Description

Definition at line 17 of file RDStatus.h.

Constructor & Destructor Documentation

raw::RDStatus::RDStatus ( )
inline

Definition at line 22 of file RDStatus.h.

22 : fCorruptDataDropped(false), fCorruptDataKept(false), fStatWord(0) {}; // Default constructor
bool fCorruptDataDropped
True if some data suspected to be corrupt were not decoded.
Definition: RDStatus.h:33
bool fCorruptDataKept
True if some data suspected to be corrupt were decoded.
Definition: RDStatus.h:38
unsigned int fStatWord
Definition: RDStatus.h:39
raw::RDStatus::RDStatus ( bool  corruptdatadropped,
bool  corruptdatakept,
unsigned int  statword 
)
inline

Definition at line 24 of file RDStatus.h.

26  :
27  fCorruptDataDropped(corruptdatadropped),
28  fCorruptDataKept(corruptdatakept),
29  fStatWord(statword) {};
bool fCorruptDataDropped
True if some data suspected to be corrupt were not decoded.
Definition: RDStatus.h:33
bool fCorruptDataKept
True if some data suspected to be corrupt were decoded.
Definition: RDStatus.h:38
unsigned int fStatWord
Definition: RDStatus.h:39

Member Function Documentation

bool raw::RDStatus::GetCorruptDataDroppedFlag ( ) const
inline

Definition at line 31 of file RDStatus.h.

31 { return fCorruptDataDropped; };
bool fCorruptDataDropped
True if some data suspected to be corrupt were not decoded.
Definition: RDStatus.h:33
bool raw::RDStatus::GetCorruptDataKeptFlag ( ) const
inline

Definition at line 32 of file RDStatus.h.

32 { return fCorruptDataKept; };
bool fCorruptDataKept
True if some data suspected to be corrupt were decoded.
Definition: RDStatus.h:38
unsigned int raw::RDStatus::GetStatWord ( ) const
inline

Definition at line 33 of file RDStatus.h.

33 { return fStatWord; };
unsigned int fStatWord
Definition: RDStatus.h:39

Member Data Documentation

bool raw::RDStatus::fCorruptDataDropped
private

True if some data suspected to be corrupt were not decoded.

Definition at line 33 of file RDStatus.h.

bool raw::RDStatus::fCorruptDataKept
private

True if some data suspected to be corrupt were decoded.

Definition at line 38 of file RDStatus.h.

unsigned int raw::RDStatus::fStatWord
private

Definition at line 39 of file RDStatus.h.


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