General Purpose Geodetic Library
NsScrPrx4Station Class Reference

#include <NsScrPrx4Session.h>

Inheritance diagram for NsScrPrx4Station:
NsScrPrx4Object QObject

Public Slots

int getClocksModelOrder () const
 
- Public Slots inherited from NsScrPrx4Object
const QString & getKey () const
 

Public Member Functions

 NsScrPrx4Station (SgVlbiStationInfo &stn, QObject *parent=0)
 
 ~NsScrPrx4Station ()
 
double getCableCalSign () const
 
bool isValid () const
 
bool getEstimateCoords () const
 
bool getConstrainCoords () const
 
bool getRreferenceClocks () const
 
bool getUseCableCal () const
 
bool getEstimateTroposphere () const
 
int getNumOfScans () const
 
const QList< NsScrPrx4VlbiAuxObservation * > & getAuxObs () const
 
double getLatitude () const
 
double getLongitude () const
 
QString getSid () const
 
void setClocksModelOrder (int m)
 
void setIsValid (bool is)
 
void setEstimateCoords (bool is)
 
void setConstrainCoords (bool is)
 
void setRreferenceClocks (bool is)
 
void setUseCableCal (bool is)
 
void setEstimateTroposphere (bool is)
 
- Public Member Functions inherited from NsScrPrx4Object
 NsScrPrx4Object (SgObjectInfo &obj, QObject *parent=0)
 
 ~NsScrPrx4Object ()
 
QString getName () const
 
int getNumTotal () const
 
int getNumProcessed () const
 
int getNumUsable () const
 
QDateTime getTfirst () const
 
QDateTime getTlast () const
 
double getSigma2add () const
 
double getWrms () const
 
double getChi2 () const
 
double getReducedChi2 () const
 
double getDof () const
 
void setSigma2add (double d)
 

Properties

int numOfClockPolynoms
 
double cableCalSign
 
double latitude
 
double longitude
 
QString sId
 
bool isValid
 
bool estimateCoords
 
bool constrainCoords
 
bool referenceClocks
 
bool useCableCal
 
bool estimateTroposphere
 
int numOfScans
 
const QList< NsScrPrx4VlbiAuxObservation * > auxObs
 
- Properties inherited from NsScrPrx4Object
QString key
 
QString name
 
int numTotal
 
int numProcessed
 
int numUsable
 
QDateTime tFirst
 
QDateTime tLast
 
double sigma2add
 
double wrms
 
double chi2
 
double reducedChi2
 
double dof
 

Private Member Functions

SgVlbiStationInfostn ()
 
const SgVlbiStationInfostn () const
 

Private Attributes

QList< NsScrPrx4VlbiAuxObservation * > prxAuxes_
 

Friends

class NsScrPrx4Session
 

Additional Inherited Members

- Protected Member Functions inherited from NsScrPrx4Object
void setUpName ()
 
- Protected Attributes inherited from NsScrPrx4Object
SgObjectInfoobj_
 
QString name_
 

Detailed Description

====================================================================================================

Definition at line 203 of file NsScrPrx4Session.h.

Constructor & Destructor Documentation

◆ NsScrPrx4Station()

NsScrPrx4Station::NsScrPrx4Station ( SgVlbiStationInfo stn,
QObject parent = 0 
)
inline

Definition at line 238 of file NsScrPrx4Session.h.

◆ ~NsScrPrx4Station()

NsScrPrx4Station::~NsScrPrx4Station ( )
inline

Definition at line 240 of file NsScrPrx4Session.h.

References prxAuxes_.

Member Function Documentation

◆ getAuxObs()

const QList<NsScrPrx4VlbiAuxObservation*>& NsScrPrx4Station::getAuxObs ( ) const
inline

Definition at line 254 of file NsScrPrx4Session.h.

References prxAuxes_.

◆ getCableCalSign()

double NsScrPrx4Station::getCableCalSign ( ) const
inline

Definition at line 244 of file NsScrPrx4Session.h.

References SgVlbiStationInfo::getCableCalMultiplierDBCal(), and stn().

◆ getClocksModelOrder

int NsScrPrx4Station::getClocksModelOrder ( ) const
inlineslot

Definition at line 243 of file NsScrPrx4Session.h.

References SgVlbiStationInfo::getClocksModelOrder(), and stn().

◆ getConstrainCoords()

bool NsScrPrx4Station::getConstrainCoords ( ) const
inline

◆ getEstimateCoords()

bool NsScrPrx4Station::getEstimateCoords ( ) const
inline

◆ getEstimateTroposphere()

bool NsScrPrx4Station::getEstimateTroposphere ( ) const
inline

◆ getLatitude()

double NsScrPrx4Station::getLatitude ( ) const
inline

Definition at line 255 of file NsScrPrx4Session.h.

References SgVlbiStationInfo::getLatitude(), and stn().

◆ getLongitude()

double NsScrPrx4Station::getLongitude ( ) const
inline

Definition at line 256 of file NsScrPrx4Session.h.

References SgVlbiStationInfo::getLongitude(), and stn().

◆ getNumOfScans()

int NsScrPrx4Station::getNumOfScans ( ) const
inline

Definition at line 253 of file NsScrPrx4Session.h.

References SgVlbiStationInfo::auxObservationByScanId(), and stn().

◆ getRreferenceClocks()

bool NsScrPrx4Station::getRreferenceClocks ( ) const
inline

◆ getSid()

QString NsScrPrx4Station::getSid ( ) const
inline

Definition at line 257 of file NsScrPrx4Session.h.

References SgVlbiStationInfo::getSid(), and stn().

◆ getUseCableCal()

bool NsScrPrx4Station::getUseCableCal ( ) const
inline

◆ isValid()

bool NsScrPrx4Station::isValid ( ) const
inline

◆ setClocksModelOrder()

void NsScrPrx4Station::setClocksModelOrder ( int  m)
inline

Definition at line 259 of file NsScrPrx4Session.h.

References SgVlbiStationInfo::setClocksModelOrder(), and stn().

◆ setConstrainCoords()

void NsScrPrx4Station::setConstrainCoords ( bool  is)
inline

◆ setEstimateCoords()

void NsScrPrx4Station::setEstimateCoords ( bool  is)
inline

◆ setEstimateTroposphere()

void NsScrPrx4Station::setEstimateTroposphere ( bool  is)
inline

◆ setIsValid()

void NsScrPrx4Station::setIsValid ( bool  is)
inline

◆ setRreferenceClocks()

void NsScrPrx4Station::setRreferenceClocks ( bool  is)
inline

◆ setUseCableCal()

void NsScrPrx4Station::setUseCableCal ( bool  is)
inline

◆ stn() [1/2]

◆ stn() [2/2]

const SgVlbiStationInfo* NsScrPrx4Station::stn ( ) const
inlineprivate

Definition at line 279 of file NsScrPrx4Session.h.

References NsScrPrx4Object::obj_.

Friends And Related Function Documentation

◆ NsScrPrx4Session

friend class NsScrPrx4Session
friend

Definition at line 280 of file NsScrPrx4Session.h.

Member Data Documentation

◆ prxAuxes_

QList<NsScrPrx4VlbiAuxObservation*> NsScrPrx4Station::prxAuxes_
private

Definition at line 276 of file NsScrPrx4Session.h.

Referenced by ~NsScrPrx4Station(), getAuxObs(), and NsScrPrx4Session::postLoad().

Property Documentation

◆ auxObs

const QList<NsScrPrx4VlbiAuxObservation*> NsScrPrx4Station::auxObs
read

Definition at line 190 of file NsScrPrx4Session.h.

◆ cableCalSign

double NsScrPrx4Station::cableCalSign
read

Definition at line 190 of file NsScrPrx4Session.h.

◆ constrainCoords

bool NsScrPrx4Station::constrainCoords
readwrite

Definition at line 190 of file NsScrPrx4Session.h.

◆ estimateCoords

bool NsScrPrx4Station::estimateCoords
readwrite

Definition at line 190 of file NsScrPrx4Session.h.

◆ estimateTroposphere

bool NsScrPrx4Station::estimateTroposphere
readwrite

Definition at line 190 of file NsScrPrx4Session.h.

◆ isValid

bool NsScrPrx4Station::isValid
readwrite

Definition at line 190 of file NsScrPrx4Session.h.

◆ latitude

double NsScrPrx4Station::latitude
read

Definition at line 190 of file NsScrPrx4Session.h.

◆ longitude

double NsScrPrx4Station::longitude
read

Definition at line 190 of file NsScrPrx4Session.h.

◆ numOfClockPolynoms

int NsScrPrx4Station::numOfClockPolynoms
readwrite

Definition at line 190 of file NsScrPrx4Session.h.

◆ numOfScans

int NsScrPrx4Station::numOfScans
read

Definition at line 190 of file NsScrPrx4Session.h.

◆ referenceClocks

bool NsScrPrx4Station::referenceClocks
readwrite

Definition at line 190 of file NsScrPrx4Session.h.

◆ sId

QString NsScrPrx4Station::sId
read

Definition at line 190 of file NsScrPrx4Session.h.

◆ useCableCal

bool NsScrPrx4Station::useCableCal
readwrite

Definition at line 190 of file NsScrPrx4Session.h.


The documentation for this class was generated from the following file: