Class Index | Cross Index | Namespace Index |
Contained in: FrameCPP::Version_6
Derived from:
FrameCPP::Version_6::FrBase
Derived by:
none
#include "../../../../../lib/framecpp/src/Version6/FrStatData.hh"
public function member index: |
|||
FrStatData | (); | Default constructor | |
FrStatData | (const FrStatData& statData); | ||
FrStatData | (const std::string& name, const std::string& comment, const std::string& representation, INT_4U timeStart, INT_4U timeEnd, INT_4U version); | ||
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
const std::string& | GetComment | () const; | |
FrDetector* | GetDetector | (); | |
const FrDetector* | GetDetector | () const; | |
const std::string& | GetName | () const; | |
const std::string& | GetRepresentation | () const; | |
INT_4U | GetTimeEnd | () const; | |
INT_4U | GetTimeStart | () const; | |
INT_4U | GetVersion | () const; | |
FrStatData& | Merge | (const FrStatData& RHS); | Merge with another FrAdcData |
static FrStatData* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
const data_type& | RefData | () const; | |
data_type& | RefData | (); | |
const table_type& | RefTable | () const; | |
table_type& | RefTable | (); | |
void | SetDetector | (FrDetector* Detector); | |
virtual void | Write | (OFrameStream& Stream) const; | Write the structure to the stream |
virtual void | WriteDescription | (OFrameStream& Stream) const; | Write the structure description to the stream |
const std::string& | getComment | () const; | |
FrDetector* | getDetector | (); | |
const FrDetector* | getDetector | () const; | |
const std::string& | getName | () const; | |
const std::string& | getRepresentation | () const; | |
static const CHAR* | getStaticName | (); | |
INT_4U | getTimeEnd | () const; | |
INT_4U | getTimeStart | () const; | |
INT_4U | getVersion | () const; | |
DataContainer& | refData | (); | |
const DataContainer& | refData | () const; | |
TableContainer& | refTable | (); | |
const TableContainer& | refTable | () const; | |
void | setDetector | (FrDetector* detector); | |
private function member index: |
|||
void | read | (IFrameStream& Stream); | |