Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::FrSimEvent


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

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


public function member index:

FrSimEvent(); Default constructor
FrSimEvent(const FrSimEvent& SimEvent);
FrSimEvent(const std::string& name, const std::string& inputs = "", const GPSTime& GTime = GPSTime( 0, 0 ), REAL_4 timeBefore = 0.0, REAL_4 timeAfter = 0.0, REAL_4 amplitude = 0.0);
void AppendComment(const std::string& Comment);
INT_8U Bytes() const; Number of bytes needed to write this structure
REAL_4 GetAmplitude() const;
const std::string& GetComment() const;
const GPSTime& GetGTime() const;
const std::string& GetInputs() const;
const std::string& GetName() const;
ParamList_type& GetParam(); Get a read/write reference to the list of parameters
const ParamList_type& GetParam() const; Get a read-only reference to the list of parameters
REAL_4 GetTimeAfter() const;
REAL_4 GetTimeBefore() const;
FrSimEvent& Merge(const FrSimEvent& RHS); Merge with another FrAdcData
static FrSimEvent* 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
void appendComment(const std::string& comment);
REAL_4 getAmplitude() const;
const std::string& getComment() const;
const GPSTime& getGTime() const;
const std::string& getInputs() const;
const std::string& getName() const;
static const CHAR* getStaticName();
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::FrSimEvent::FrSimEvent - Default constructor


FrSimEvent();



FrameCPP::Version_6::FrSimEvent::FrSimEvent


FrSimEvent(const FrSimEvent& SimEvent);



FrameCPP::Version_6::FrSimEvent::FrSimEvent


FrSimEvent(const std::string& name, const std::string& inputs = "", const GPSTime& GTime = GPSTime( 0, 0 ), REAL_4 timeBefore = 0.0, REAL_4 timeAfter = 0.0, REAL_4 amplitude = 0.0);



FrameCPP::Version_6::FrSimEvent::AppendComment


void AppendComment(const std::string& Comment);



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


INT_8U Bytes() const;



FrameCPP::Version_6::FrSimEvent::GetAmplitude


REAL_4 GetAmplitude() const;



FrameCPP::Version_6::FrSimEvent::GetComment


const std::string& GetComment() const;



FrameCPP::Version_6::FrSimEvent::GetGTime


const GPSTime& GetGTime() const;



FrameCPP::Version_6::FrSimEvent::GetInputs


const std::string& GetInputs() const;



FrameCPP::Version_6::FrSimEvent::GetName


const std::string& GetName() const;



FrameCPP::Version_6::FrSimEvent::GetParam - Get a read/write reference to the list of parameters


ParamList_type& GetParam();



FrameCPP::Version_6::FrSimEvent::GetParam - Get a read-only reference to the list of parameters


const ParamList_type& GetParam() const;



FrameCPP::Version_6::FrSimEvent::GetTimeAfter


REAL_4 GetTimeAfter() const;



FrameCPP::Version_6::FrSimEvent::GetTimeBefore


REAL_4 GetTimeBefore() const;



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


FrSimEvent& Merge(const FrSimEvent& RHS);



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


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



FrameCPP::Version_6::FrSimEvent::RefData


const data_type& RefData() const;



FrameCPP::Version_6::FrSimEvent::RefData


data_type& RefData();



FrameCPP::Version_6::FrSimEvent::RefTable


const table_type& RefTable() const;



FrameCPP::Version_6::FrSimEvent::RefTable


table_type& RefTable();



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


virtual void Write(OFrameStream& Stream) const;



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


virtual void WriteDescription(OFrameStream& Stream) const;



FrameCPP::Version_6::FrSimEvent::appendComment


void appendComment(const std::string& comment);



FrameCPP::Version_6::FrSimEvent::getAmplitude


REAL_4 getAmplitude() const;



FrameCPP::Version_6::FrSimEvent::getComment


const std::string& getComment() const;



FrameCPP::Version_6::FrSimEvent::getGTime


const GPSTime& getGTime() const;



FrameCPP::Version_6::FrSimEvent::getInputs


const std::string& getInputs() const;



FrameCPP::Version_6::FrSimEvent::getName


const std::string& getName() const;



FrameCPP::Version_6::FrSimEvent::getStaticName


static const CHAR* getStaticName();



FrameCPP::Version_6::FrSimEvent::getTimeAfter


REAL_4 getTimeAfter() const;



FrameCPP::Version_6::FrSimEvent::getTimeBefore


REAL_4 getTimeBefore() const;



FrameCPP::Version_6::FrSimEvent::read


void read(IFrameStream& Stream);



FrameCPP::Version_6::FrSimEvent::refData


DataContainer& refData();



FrameCPP::Version_6::FrSimEvent::refData


const DataContainer& refData() const;



FrameCPP::Version_6::FrSimEvent::refTable


TableContainer& refTable();



FrameCPP::Version_6::FrSimEvent::refTable


const TableContainer& refTable() const;



Variable Member Descriptions:


FrameCPP::Version_6::FrSimEvent::GTime -

GPSTime GTime;

FrameCPP::Version_6::FrSimEvent::Params -

ParamList_type Params;

FrameCPP::Version_6::FrSimEvent::amplitude -

REAL_4 amplitude;

FrameCPP::Version_6::FrSimEvent::comment -

STRING comment;

FrameCPP::Version_6::FrSimEvent::data -

data_type data;

FrameCPP::Version_6::FrSimEvent::inputs -

STRING inputs;

FrameCPP::Version_6::FrSimEvent::name -

STRING name;

FrameCPP::Version_6::FrSimEvent::table -

table_type table;

FrameCPP::Version_6::FrSimEvent::timeAfter -

REAL_4 timeAfter;

FrameCPP::Version_6::FrSimEvent::timeBefore -

REAL_4 timeBefore;