General Purpose Geodetic Library
SgVexFile::StationSetup Class Reference

#include <SgVex.h>

Public Member Functions

 StationSetup ()
 
 StationSetup (const StationSetup &ss)
 
 ~StationSetup ()
 
const QList< IfSetup * > & getIfs () const
 
const QList< BbcSetup * > & getBbcs () const
 
const QList< FreqSetup * > & getFreqs () const
 
QList< IfSetup * > & ifs ()
 
QList< BbcSetup * > & bbcs ()
 
QList< FreqSetup * > & freqs ()
 

Protected Attributes

QList< IfSetup * > ifs_
 
QList< BbcSetup * > bbcs_
 
QList< FreqSetup * > freqs_
 

Detailed Description

Definition at line 389 of file SgVex.h.

Constructor & Destructor Documentation

◆ StationSetup() [1/2]

SgVexFile::StationSetup::StationSetup ( )
inline

Definition at line 392 of file SgVex.h.

◆ StationSetup() [2/2]

SgVexFile::StationSetup::StationSetup ( const StationSetup ss)
inline

Definition at line 394 of file SgVex.h.

◆ ~StationSetup()

SgVexFile::StationSetup::~StationSetup ( )
inline

Definition at line 396 of file SgVex.h.

References bbcs_, freqs_, and ifs_.

Member Function Documentation

◆ bbcs()

QList<BbcSetup*>& SgVexFile::StationSetup::bbcs ( )
inline

Definition at line 403 of file SgVex.h.

References bbcs_.

Referenced by SgVexFile::analyzeVex().

◆ freqs()

QList<FreqSetup*>& SgVexFile::StationSetup::freqs ( )
inline

Definition at line 404 of file SgVex.h.

References freqs_.

Referenced by SgVexFile::analyzeVex().

◆ getBbcs()

const QList<BbcSetup*>& SgVexFile::StationSetup::getBbcs ( ) const
inline

Definition at line 399 of file SgVex.h.

References bbcs_.

Referenced by SgVexFile::analyzeVex().

◆ getFreqs()

const QList<FreqSetup*>& SgVexFile::StationSetup::getFreqs ( ) const
inline

Definition at line 400 of file SgVex.h.

References freqs_.

Referenced by SgVexFile::analyzeVex().

◆ getIfs()

const QList<IfSetup*>& SgVexFile::StationSetup::getIfs ( ) const
inline

Definition at line 398 of file SgVex.h.

References ifs_.

Referenced by SgVexFile::analyzeVex().

◆ ifs()

QList<IfSetup*>& SgVexFile::StationSetup::ifs ( )
inline

Definition at line 402 of file SgVex.h.

References ifs_.

Referenced by SgVexFile::analyzeVex().

Member Data Documentation

◆ bbcs_

QList<BbcSetup*> SgVexFile::StationSetup::bbcs_
protected

Definition at line 407 of file SgVex.h.

Referenced by ~StationSetup(), bbcs(), and getBbcs().

◆ freqs_

QList<FreqSetup*> SgVexFile::StationSetup::freqs_
protected

Definition at line 408 of file SgVex.h.

Referenced by ~StationSetup(), freqs(), and getFreqs().

◆ ifs_

QList<IfSetup*> SgVexFile::StationSetup::ifs_
protected

Definition at line 406 of file SgVex.h.

Referenced by ~StationSetup(), getIfs(), and ifs().


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