General Purpose Geodetic Library
|
#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_ |
|
inline |
|
inline |
Definition at line 407 of file SgVex.h.
Referenced by ~StationSetup(), bbcs(), and getBbcs().
Definition at line 408 of file SgVex.h.
Referenced by ~StationSetup(), freqs(), and getFreqs().
Definition at line 406 of file SgVex.h.
Referenced by ~StationSetup(), getIfs(), and ifs().