Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::FrEvent


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

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


public function member index:

FrEvent(); Default constructor
FrEvent(const FrEvent& eventData);
FrEvent(const std::string& name, const std::string& comment, const std::string& inputs, const GPSTime& time, REAL_4 timeBefore, REAL_4 timeAfter, INT_4U eventStatus, REAL_4 amplitude, REAL_4 prob, const std::string& statistics, const ParamList_type& parameters);
FrEvent(const std::string& name, const std::string& comment, const std::string& inputs, const GPSTime& time, REAL_4 timeBefore, REAL_4 timeAfter, INT_4U eventStatus, REAL_4 amplitude, REAL_4 prob, const std::string& statistics, const ParamList5_type& parameters);
INT_8U Bytes() const; Number of bytes needed to write this structure
REAL_4 GetAmplitude() const;
const std::string& GetComment() const;
INT_4U GetEventStatus() const;
const GPSTime& GetGTime() const;
const std::string& GetInputs() const;
const std::string& GetName() const;
const ParamList_type& GetParam() const;
ParamList_type& GetParam();
REAL_4 GetProbability() const;
const std::string& GetStatistics() const;
REAL_4 GetTimeAfter() const;
REAL_4 GetTimeBefore() const;
FrEvent& Merge(const FrEvent& RHS); Merge with another FrEvent
static FrEvent* 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();
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
REAL_4 getAmplitude() const;
const std::string& getComment() const;
INT_4U getEventStatus() const;
const GPSTime& getGTime() const;
const std::string& getInputs() const;
const std::string& getName() const;
const ParamList_type& getParameters();
REAL_4 getProbability() const;
static const CHAR* getStaticName();
const std::string& getStatistics() const;
REAL_4 getTimeAfter() const;
REAL_4 getTimeBefore() const;
DataContainer& refData();
const DataContainer& refData() const;
TableContainer& refTable();
const TableContainer& refTable() const;
 

private function member index:

void read(IFrameStream& Stream);
 

Description:



Function Member Descriptions:


FrameCPP::Version_6::FrEvent::FrEvent - Default constructor


FrEvent();



FrameCPP::Version_6::FrEvent::FrEvent


FrEvent(const FrEvent& eventData);



FrameCPP::Version_6::FrEvent::FrEvent


FrEvent(const std::string& name, const std::string& comment, const std::string& inputs, const GPSTime& time, REAL_4 timeBefore, REAL_4 timeAfter, INT_4U eventStatus, REAL_4 amplitude, REAL_4 prob, const std::string& statistics, const ParamList_type& parameters);



FrameCPP::Version_6::FrEvent::FrEvent


FrEvent(const std::string& name, const std::string& comment, const std::string& inputs, const GPSTime& time, REAL_4 timeBefore, REAL_4 timeAfter, INT_4U eventStatus, REAL_4 amplitude, REAL_4 prob, const std::string& statistics, const ParamList5_type& parameters);



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


INT_8U Bytes() const;



FrameCPP::Version_6::FrEvent::GetAmplitude


REAL_4 GetAmplitude() const;



FrameCPP::Version_6::FrEvent::GetComment


const std::string& GetComment() const;



FrameCPP::Version_6::FrEvent::GetEventStatus


INT_4U GetEventStatus() const;



FrameCPP::Version_6::FrEvent::GetGTime


const GPSTime& GetGTime() const;



FrameCPP::Version_6::FrEvent::GetInputs


const std::string& GetInputs() const;



FrameCPP::Version_6::FrEvent::GetName


const std::string& GetName() const;



FrameCPP::Version_6::FrEvent::GetParam


const ParamList_type& GetParam() const;



FrameCPP::Version_6::FrEvent::GetParam


ParamList_type& GetParam();



FrameCPP::Version_6::FrEvent::GetProbability


REAL_4 GetProbability() const;



FrameCPP::Version_6::FrEvent::GetStatistics


const std::string& GetStatistics() const;



FrameCPP::Version_6::FrEvent::GetTimeAfter


REAL_4 GetTimeAfter() const;



FrameCPP::Version_6::FrEvent::GetTimeBefore


REAL_4 GetTimeBefore() const;



FrameCPP::Version_6::FrEvent::Merge - Merge with another FrEvent


FrEvent& Merge(const FrEvent& RHS);



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


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



FrameCPP::Version_6::FrEvent::RefData


const data_type& RefData() const;



FrameCPP::Version_6::FrEvent::RefData


data_type& RefData();



FrameCPP::Version_6::FrEvent::RefTable


const table_type& RefTable() const;



FrameCPP::Version_6::FrEvent::RefTable


table_type& RefTable();



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


virtual void Write(OFrameStream& Stream) const;



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


virtual void WriteDescription(OFrameStream& Stream) const;



FrameCPP::Version_6::FrEvent::getAmplitude


REAL_4 getAmplitude() const;



FrameCPP::Version_6::FrEvent::getComment


const std::string& getComment() const;



FrameCPP::Version_6::FrEvent::getEventStatus


INT_4U getEventStatus() const;



FrameCPP::Version_6::FrEvent::getGTime


const GPSTime& getGTime() const;



FrameCPP::Version_6::FrEvent::getInputs


const std::string& getInputs() const;



FrameCPP::Version_6::FrEvent::getName


const std::string& getName() const;



FrameCPP::Version_6::FrEvent::getParameters


const ParamList_type& getParameters();



FrameCPP::Version_6::FrEvent::getProbability


REAL_4 getProbability() const;



FrameCPP::Version_6::FrEvent::getStaticName


static const CHAR* getStaticName();



FrameCPP::Version_6::FrEvent::getStatistics


const std::string& getStatistics() const;



FrameCPP::Version_6::FrEvent::getTimeAfter


REAL_4 getTimeAfter() const;



FrameCPP::Version_6::FrEvent::getTimeBefore


REAL_4 getTimeBefore() const;



FrameCPP::Version_6::FrEvent::read


void read(IFrameStream& Stream);



FrameCPP::Version_6::FrEvent::refData


DataContainer& refData();



FrameCPP::Version_6::FrEvent::refData


const DataContainer& refData() const;



FrameCPP::Version_6::FrEvent::refTable


TableContainer& refTable();



FrameCPP::Version_6::FrEvent::refTable


const TableContainer& refTable() const;



Variable Member Descriptions:


FrameCPP::Version_6::FrEvent::GTime -

GPSTime GTime;

FrameCPP::Version_6::FrEvent::Params -

ParamList_type Params;

FrameCPP::Version_6::FrEvent::amplitude -

REAL_4 amplitude;

FrameCPP::Version_6::FrEvent::comment -

STRING comment;

FrameCPP::Version_6::FrEvent::data -

data_type data;

FrameCPP::Version_6::FrEvent::eventStatus -

INT_4U eventStatus;

FrameCPP::Version_6::FrEvent::inputs -

STRING inputs;

FrameCPP::Version_6::FrEvent::name -

STRING name;

FrameCPP::Version_6::FrEvent::probability -

REAL_4 probability;

FrameCPP::Version_6::FrEvent::statistics -

STRING statistics;

FrameCPP::Version_6::FrEvent::table -

table_type table;

FrameCPP::Version_6::FrEvent::timeAfter -

REAL_4 timeAfter;

FrameCPP::Version_6::FrEvent::timeBefore -

REAL_4 timeBefore;