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/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); | |