Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::FrSimData


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

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


public function member index:

FrSimData(); Default constructor
FrSimData(const FrSimData& SimData);
FrSimData(const std::string& name, const std::string& comment, REAL_4 sampleRate, REAL_8 fshift, REAL_4 phase);
INT_8U Bytes() const; Number of bytes needed to write this structure
const std::string& GetComment() const;
REAL_8 GetFShift() const;
const std::string& GetName() const;
REAL_4 GetPhase() const;
REAL_4 GetSampleRate() const;
REAL_8 GetTimeOffset() const;
FrSimData& Merge(const FrSimData& RHS); Merge with another FrAdcData
static FrSimData* ReadDynamic(IFrameStream& Stream, const FrBase& Base); Read the structure from stream
const data_type& RefData() const;
data_type& RefData();
const input_type& RefInput() const;
input_type& RefInput();
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;
REAL_8 getFShift() const;
const std::string& getName() const;
REAL_4 getPhase() const;
REAL_4 getSampleRate() const;
static const CHAR* getStaticName();
const data_type& refData() const;
data_type& refData();
const input_type& refInput() const;
input_type& refInput();
const table_type& refTable() const;
table_type& refTable();
 

private function member index:

void read(IFrameStream& Stream);
 

Description:



Function Member Descriptions:


FrameCPP::Version_6::FrSimData::FrSimData - Default constructor


FrSimData();



FrameCPP::Version_6::FrSimData::FrSimData


FrSimData(const FrSimData& SimData);



FrameCPP::Version_6::FrSimData::FrSimData


FrSimData(const std::string& name, const std::string& comment, REAL_4 sampleRate, REAL_8 fshift, REAL_4 phase);



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


INT_8U Bytes() const;



FrameCPP::Version_6::FrSimData::GetComment


const std::string& GetComment() const;



FrameCPP::Version_6::FrSimData::GetFShift


REAL_8 GetFShift() const;



FrameCPP::Version_6::FrSimData::GetName


const std::string& GetName() const;



FrameCPP::Version_6::FrSimData::GetPhase


REAL_4 GetPhase() const;



FrameCPP::Version_6::FrSimData::GetSampleRate


REAL_4 GetSampleRate() const;



FrameCPP::Version_6::FrSimData::GetTimeOffset


REAL_8 GetTimeOffset() const;



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


FrSimData& Merge(const FrSimData& RHS);



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


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



FrameCPP::Version_6::FrSimData::RefData


const data_type& RefData() const;



FrameCPP::Version_6::FrSimData::RefData


data_type& RefData();



FrameCPP::Version_6::FrSimData::RefInput


const input_type& RefInput() const;



FrameCPP::Version_6::FrSimData::RefInput


input_type& RefInput();



FrameCPP::Version_6::FrSimData::RefTable


const table_type& RefTable() const;



FrameCPP::Version_6::FrSimData::RefTable


table_type& RefTable();



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


virtual void Write(OFrameStream& Stream) const;



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


virtual void WriteDescription(OFrameStream& Stream) const;



FrameCPP::Version_6::FrSimData::getComment


const std::string& getComment() const;



FrameCPP::Version_6::FrSimData::getFShift


REAL_8 getFShift() const;



FrameCPP::Version_6::FrSimData::getName


const std::string& getName() const;



FrameCPP::Version_6::FrSimData::getPhase


REAL_4 getPhase() const;



FrameCPP::Version_6::FrSimData::getSampleRate


REAL_4 getSampleRate() const;



FrameCPP::Version_6::FrSimData::getStaticName


static const CHAR* getStaticName();



FrameCPP::Version_6::FrSimData::read


void read(IFrameStream& Stream);



FrameCPP::Version_6::FrSimData::refData


const data_type& refData() const;



FrameCPP::Version_6::FrSimData::refData


data_type& refData();



FrameCPP::Version_6::FrSimData::refInput


const input_type& refInput() const;



FrameCPP::Version_6::FrSimData::refInput


input_type& refInput();



FrameCPP::Version_6::FrSimData::refTable


const table_type& refTable() const;



FrameCPP::Version_6::FrSimData::refTable


table_type& refTable();



Variable Member Descriptions:


FrameCPP::Version_6::FrSimData::comment -

STRING comment;

FrameCPP::Version_6::FrSimData::data -

data_type data;

FrameCPP::Version_6::FrSimData::fShift -

REAL_8 fShift;

FrameCPP::Version_6::FrSimData::input -

input_type input;

FrameCPP::Version_6::FrSimData::name -

STRING name;

FrameCPP::Version_6::FrSimData::phase -

REAL_4 phase;

FrameCPP::Version_6::FrSimData::sampleRate -

REAL_4 sampleRate;

FrameCPP::Version_6::FrSimData::table -

table_type table;

FrameCPP::Version_6::FrSimData::timeOffset -

REAL_8 timeOffset;