Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::FrHistory


Contained in: FrameCPP::Version_6
Derived from: FrameCPP::Version_6::FrBase
Derived by: none

#include "../../../../../lib/framecpp/src/Version6/FrHistory.hh"


public function member index:

FrHistory(); Default constructor
FrHistory(const FrHistory& Source);
FrHistory(const std::string& Name, INT_4U Time, const std::string& Comment);
INT_8U Bytes() const; Number of bytes needed to write this structure
static FrHistory* Create(const History& Source);
virtual std::string ErrorInfo() const;
const std::string& GetComment() const;
const std::string& GetName() const;
INT_4U GetTime() const;
FrHistory& Merge(const FrHistory& RHS); Merge with another FrAdcData
static FrHistory* ReadDynamic(IFrameStream& Stream, const FrBase& Base); Read the structure from stream
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;
const std::string& getName() const;
static const CHAR* getStaticName();
INT_4U getTime() const;
 

private function member index:

void read(IFrameStream& Stream);
 

Description:



Function Member Descriptions:


FrameCPP::Version_6::FrHistory::FrHistory - Default constructor


FrHistory();



FrameCPP::Version_6::FrHistory::FrHistory


FrHistory(const FrHistory& Source);



FrameCPP::Version_6::FrHistory::FrHistory


FrHistory(const std::string& Name, INT_4U Time, const std::string& Comment);



FrameCPP::Version_6::FrHistory::Bytes - Number of bytes needed to write this structure


INT_8U Bytes() const;



FrameCPP::Version_6::FrHistory::Create


static FrHistory* Create(const History& Source);



FrameCPP::Version_6::FrHistory::ErrorInfo


virtual std::string ErrorInfo() const;



FrameCPP::Version_6::FrHistory::GetComment


const std::string& GetComment() const;



FrameCPP::Version_6::FrHistory::GetName


const std::string& GetName() const;
Accessors




FrameCPP::Version_6::FrHistory::GetTime


INT_4U GetTime() const;



FrameCPP::Version_6::FrHistory::Merge - Merge with another FrAdcData


FrHistory& Merge(const FrHistory& RHS);



FrameCPP::Version_6::FrHistory::ReadDynamic - Read the structure from stream


static FrHistory* ReadDynamic(IFrameStream& Stream, const FrBase& Base);



FrameCPP::Version_6::FrHistory::Write - Write the structure to the stream


virtual void Write(OFrameStream& Stream) const;



FrameCPP::Version_6::FrHistory::WriteDescription - Write the structure description to the stream


virtual void WriteDescription(OFrameStream& Stream) const;



FrameCPP::Version_6::FrHistory::getComment


const std::string& getComment() const;



FrameCPP::Version_6::FrHistory::getName


const std::string& getName() const;



FrameCPP::Version_6::FrHistory::getStaticName


static const CHAR* getStaticName();



FrameCPP::Version_6::FrHistory::getTime


INT_4U getTime() const;



FrameCPP::Version_6::FrHistory::read


void read(IFrameStream& Stream);



Variable Member Descriptions:


FrameCPP::Version_6::FrHistory::comment -

STRING comment;

FrameCPP::Version_6::FrHistory::name -

STRING name;

FrameCPP::Version_6::FrHistory::time -

INT_4U time;