Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::FrDetector


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

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


public function member index:

FrDetector(); Default constructor
FrDetector(const std::string& Name, const char* Prefix, const REAL_8 Longitude, const REAL_8 Latitude, const REAL_4 Elevation, const REAL_4 ArmXazimuth, const REAL_4 ArmYazimuth, const REAL_4 ArmXaltitude, const REAL_4 ArmYaltitude, const REAL_4 ArmXmidpoint, const REAL_4 ArmYmidpoint, const INT_4S LocalTime);
FrDetector(const FrDetector& detector);
FrDetector(const std::string& name, REAL_8 longitude, REAL_8 latitude, REAL_4 elevation, REAL_4 armXazimuth, REAL_4 armYazimuth, REAL_4 armXaltitude, REAL_4 armYaltitude, REAL_4 armXmidpoint, REAL_4 armYmidpoint, INT_4S localTime, INT_4U dataQuality, const std::string& qaBitList);
INT_8U Bytes() const; Number of bytes needed to write this structure
REAL_4 GetArmXaltitude() const;
REAL_4 GetArmXazimuth() const;
REAL_4 GetArmXmidpoint() const;
REAL_4 GetArmYaltitude() const;
REAL_4 GetArmYazimuth() const;
REAL_4 GetArmYmidpoint() const;
REAL_4 GetElevation() const;
REAL_8 GetLatitude() const;
INT_4S GetLocalTime() const;
REAL_8 GetLongitude() const;
const std::string& GetName() const;
const CHAR* GetPrefix() const;
FrDetector& Merge(const FrDetector& RHS); Merge with another FrDetector
static FrDetector* ReadDynamic(IFrameStream& Stream, const FrBase& Base); Read the structure from stream
const aux_type& RefAux() const;
aux_type& RefAux();
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 getArmXAltitude() const;
REAL_4 getArmXAzimuth() const;
REAL_4 getArmXMidpoint() const;
REAL_4 getArmYAltitude() const;
REAL_4 getArmYAzimuth() const;
REAL_4 getArmYMidpoint() const;
INT_4U getDataQuality() const;
REAL_4 getElevation() const;
REAL_8 getLatitude() const;
INT_4S getLocalTime() const;
REAL_8 getLongitude() const;
const std::string& getName() const;
const std::string& getQaBitList() const;
static const CHAR* getStaticName();
MoreContainer& refMore();
const MoreContainer& refMore() const;
MoreTableContainer& refMoreTable();
const MoreTableContainer& refMoreTable() const;
StatDataContainer& refStatData();
const StatDataContainer& refStatData() const;
 

private function member index:

void read(IFrameStream& Stream);
 

Description:



Function Member Descriptions:


FrameCPP::Version_6::FrDetector::FrDetector - Default constructor


FrDetector();



FrameCPP::Version_6::FrDetector::FrDetector


FrDetector(const std::string& Name, const char* Prefix, const REAL_8 Longitude, const REAL_8 Latitude, const REAL_4 Elevation, const REAL_4 ArmXazimuth, const REAL_4 ArmYazimuth, const REAL_4 ArmXaltitude, const REAL_4 ArmYaltitude, const REAL_4 ArmXmidpoint, const REAL_4 ArmYmidpoint, const INT_4S LocalTime);



FrameCPP::Version_6::FrDetector::FrDetector


FrDetector(const FrDetector& detector);



FrameCPP::Version_6::FrDetector::FrDetector


FrDetector(const std::string& name, REAL_8 longitude, REAL_8 latitude, REAL_4 elevation, REAL_4 armXazimuth, REAL_4 armYazimuth, REAL_4 armXaltitude, REAL_4 armYaltitude, REAL_4 armXmidpoint, REAL_4 armYmidpoint, INT_4S localTime, INT_4U dataQuality, const std::string& qaBitList);



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


INT_8U Bytes() const;



FrameCPP::Version_6::FrDetector::GetArmXaltitude


REAL_4 GetArmXaltitude() const;



FrameCPP::Version_6::FrDetector::GetArmXazimuth


REAL_4 GetArmXazimuth() const;



FrameCPP::Version_6::FrDetector::GetArmXmidpoint


REAL_4 GetArmXmidpoint() const;



FrameCPP::Version_6::FrDetector::GetArmYaltitude


REAL_4 GetArmYaltitude() const;



FrameCPP::Version_6::FrDetector::GetArmYazimuth


REAL_4 GetArmYazimuth() const;



FrameCPP::Version_6::FrDetector::GetArmYmidpoint


REAL_4 GetArmYmidpoint() const;



FrameCPP::Version_6::FrDetector::GetElevation


REAL_4 GetElevation() const;



FrameCPP::Version_6::FrDetector::GetLatitude


REAL_8 GetLatitude() const;



FrameCPP::Version_6::FrDetector::GetLocalTime


INT_4S GetLocalTime() const;



FrameCPP::Version_6::FrDetector::GetLongitude


REAL_8 GetLongitude() const;



FrameCPP::Version_6::FrDetector::GetName


const std::string& GetName() const;



FrameCPP::Version_6::FrDetector::GetPrefix


const CHAR* GetPrefix() const;



FrameCPP::Version_6::FrDetector::Merge - Merge with another FrDetector


FrDetector& Merge(const FrDetector& RHS);



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


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



FrameCPP::Version_6::FrDetector::RefAux


const aux_type& RefAux() const;



FrameCPP::Version_6::FrDetector::RefAux


aux_type& RefAux();



FrameCPP::Version_6::FrDetector::RefTable


const table_type& RefTable() const;



FrameCPP::Version_6::FrDetector::RefTable


table_type& RefTable();



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


virtual void Write(OFrameStream& Stream) const;



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


virtual void WriteDescription(OFrameStream& Stream) const;



FrameCPP::Version_6::FrDetector::getArmXAltitude


REAL_4 getArmXAltitude() const;



FrameCPP::Version_6::FrDetector::getArmXAzimuth


REAL_4 getArmXAzimuth() const;



FrameCPP::Version_6::FrDetector::getArmXMidpoint


REAL_4 getArmXMidpoint() const;



FrameCPP::Version_6::FrDetector::getArmYAltitude


REAL_4 getArmYAltitude() const;



FrameCPP::Version_6::FrDetector::getArmYAzimuth


REAL_4 getArmYAzimuth() const;



FrameCPP::Version_6::FrDetector::getArmYMidpoint


REAL_4 getArmYMidpoint() const;



FrameCPP::Version_6::FrDetector::getDataQuality


INT_4U getDataQuality() const;



FrameCPP::Version_6::FrDetector::getElevation


REAL_4 getElevation() const;



FrameCPP::Version_6::FrDetector::getLatitude


REAL_8 getLatitude() const;



FrameCPP::Version_6::FrDetector::getLocalTime


INT_4S getLocalTime() const;



FrameCPP::Version_6::FrDetector::getLongitude


REAL_8 getLongitude() const;



FrameCPP::Version_6::FrDetector::getName


const std::string& getName() const;



FrameCPP::Version_6::FrDetector::getQaBitList


const std::string& getQaBitList() const;



FrameCPP::Version_6::FrDetector::getStaticName


static const CHAR* getStaticName();



FrameCPP::Version_6::FrDetector::read


void read(IFrameStream& Stream);



FrameCPP::Version_6::FrDetector::refMore


MoreContainer& refMore();



FrameCPP::Version_6::FrDetector::refMore


const MoreContainer& refMore() const;



FrameCPP::Version_6::FrDetector::refMoreTable


MoreTableContainer& refMoreTable();



FrameCPP::Version_6::FrDetector::refMoreTable


const MoreTableContainer& refMoreTable() const;



FrameCPP::Version_6::FrDetector::refStatData


StatDataContainer& refStatData();



FrameCPP::Version_6::FrDetector::refStatData


const StatDataContainer& refStatData() const;



Variable Member Descriptions:


FrameCPP::Version_6::FrDetector::armXaltitude -

REAL_4 armXaltitude;

FrameCPP::Version_6::FrDetector::armXazimuth -

REAL_4 armXazimuth;

FrameCPP::Version_6::FrDetector::armXmidpoint -

REAL_4 armXmidpoint;

FrameCPP::Version_6::FrDetector::armYaltitude -

REAL_4 armYaltitude;

FrameCPP::Version_6::FrDetector::armYazimuth -

REAL_4 armYazimuth;

FrameCPP::Version_6::FrDetector::armYmidpoint -

REAL_4 armYmidpoint;

FrameCPP::Version_6::FrDetector::aux -

aux_type aux;

FrameCPP::Version_6::FrDetector::elevation -

REAL_4 elevation;

FrameCPP::Version_6::FrDetector::latitude -

REAL_8 latitude;

FrameCPP::Version_6::FrDetector::localTime -

INT_4S localTime;

FrameCPP::Version_6::FrDetector::longitude -

REAL_8 longitude;

FrameCPP::Version_6::FrDetector::m_qa_bit_list -

std::string m_qa_bit_list;

FrameCPP::Version_6::FrDetector::name -

STRING name;

FrameCPP::Version_6::FrDetector::prefix -

CHAR [2] prefix;

FrameCPP::Version_6::FrDetector::stat_data -

StatDataContainer stat_data;

FrameCPP::Version_6::FrDetector::table -

table_type table;