Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::FrSummary


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

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


public function member index:

FrSummary(); Default constructor
FrSummary(const FrSummary& Summary);
FrSummary(const std::string& name, const std::string& comment, const std::string& test, const GPSTime& gtime);
INT_8U Bytes() const; Number of bytes needed to write this structure
const std::string& GetComment() const;
const GPSTime& GetGTime() const;
const std::string& GetName() const;
const std::string& GetTest() const;
FrSummary& Merge(const FrSummary& RHS); Merge with another FrAdcData
static FrSummary* ReadDynamic(IFrameStream& Stream, const FrBase& Base); Read the structure from stream
const moments_type& RefMoments() const;
moments_type& RefMoments();
const table_type& RefTable() const;
table_type& RefTable();
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 GPSTime& getGTime() const;
const std::string& getName() const;
static const CHAR* getStaticName();
const std::string& getTest() const;
const moments_type& refMoments() const;
moments_type& refMoments();
const table_type& refTable() const;
table_type& refTable();
 

private function member index:

void read(IFrameStream& Stream);
 

Description:



Function Member Descriptions:


FrameCPP::Version_6::FrSummary::FrSummary - Default constructor


FrSummary();



FrameCPP::Version_6::FrSummary::FrSummary


FrSummary(const FrSummary& Summary);



FrameCPP::Version_6::FrSummary::FrSummary


FrSummary(const std::string& name, const std::string& comment, const std::string& test, const GPSTime& gtime);



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


INT_8U Bytes() const;



FrameCPP::Version_6::FrSummary::GetComment


const std::string& GetComment() const;



FrameCPP::Version_6::FrSummary::GetGTime


const GPSTime& GetGTime() const;



FrameCPP::Version_6::FrSummary::GetName


const std::string& GetName() const;



FrameCPP::Version_6::FrSummary::GetTest


const std::string& GetTest() const;



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


FrSummary& Merge(const FrSummary& RHS);



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


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



FrameCPP::Version_6::FrSummary::RefMoments


const moments_type& RefMoments() const;



FrameCPP::Version_6::FrSummary::RefMoments


moments_type& RefMoments();



FrameCPP::Version_6::FrSummary::RefTable


const table_type& RefTable() const;



FrameCPP::Version_6::FrSummary::RefTable


table_type& RefTable();



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


virtual void Write(OFrameStream& Stream) const;



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


virtual void WriteDescription(OFrameStream& Stream) const;



FrameCPP::Version_6::FrSummary::getComment


const std::string& getComment() const;



FrameCPP::Version_6::FrSummary::getGTime


const GPSTime& getGTime() const;



FrameCPP::Version_6::FrSummary::getName


const std::string& getName() const;



FrameCPP::Version_6::FrSummary::getStaticName


static const CHAR* getStaticName();



FrameCPP::Version_6::FrSummary::getTest


const std::string& getTest() const;



FrameCPP::Version_6::FrSummary::read


void read(IFrameStream& Stream);



FrameCPP::Version_6::FrSummary::refMoments


const moments_type& refMoments() const;



FrameCPP::Version_6::FrSummary::refMoments


moments_type& refMoments();



FrameCPP::Version_6::FrSummary::refTable


const table_type& refTable() const;



FrameCPP::Version_6::FrSummary::refTable


table_type& refTable();



Variable Member Descriptions:


FrameCPP::Version_6::FrSummary::GTime -

GPSTime GTime;

FrameCPP::Version_6::FrSummary::comment -

STRING comment;

FrameCPP::Version_6::FrSummary::moments -

moments_type moments;

FrameCPP::Version_6::FrSummary::name -

STRING name;

FrameCPP::Version_6::FrSummary::table -

table_type table;

FrameCPP::Version_6::FrSummary::test -

STRING test;