General Purpose Geodetic Library
|
Public Member Functions | |
ChanCfg () | |
ChanCfg (const ChanCfg &cc) | |
ChanCfg (const QString &bandKey, int cIdx, double skyFrq, double bandWidth, const QList< SgChannelSideBand > &sideBands) | |
~ChanCfg () | |
int | getChanIdx () const |
const QString & | getBandKey () const |
double | getSkyFrq () const |
double | getBandWidth () const |
const QList< SgChannelSideBand > & | getSideBands () const |
Private Attributes | |
int | chanIdx_ |
QString | bandKey_ |
double | skyFrq_ |
double | bandWidth_ |
QList< SgChannelSideBand > | sideBands_ |
Definition at line 1098 of file SgStnLogCollector.h.
|
inline |
Definition at line 1101 of file SgStnLogCollector.h.
References bandWidth_, chanIdx_, and skyFrq_.
|
inline |
Definition at line 1102 of file SgStnLogCollector.h.
References bandWidth_, chanIdx_, and skyFrq_.
|
inline |
Definition at line 1104 of file SgStnLogCollector.h.
References bandWidth_, chanIdx_, and skyFrq_.
|
inline |
Definition at line 1107 of file SgStnLogCollector.h.
References sideBands_.
|
inline |
Definition at line 1110 of file SgStnLogCollector.h.
References bandKey_.
Referenced by SgChannelSkeded::parseSkdFile().
|
inline |
Definition at line 1112 of file SgStnLogCollector.h.
References bandWidth_.
Referenced by SgChannelSkeded::parseSkdFile().
|
inline |
Definition at line 1109 of file SgStnLogCollector.h.
References chanIdx_.
Referenced by SgChannelSkeded::parseSkdFile().
|
inline |
Definition at line 1113 of file SgStnLogCollector.h.
References sideBands_.
Referenced by SgChannelSkeded::parseSkdFile().
|
inline |
Definition at line 1111 of file SgStnLogCollector.h.
References skyFrq_.
Referenced by SgChannelSkeded::parseSkdFile().
|
private |
Definition at line 1117 of file SgStnLogCollector.h.
Referenced by getBandKey().
|
private |
Definition at line 1119 of file SgStnLogCollector.h.
Referenced by ChanCfg(), and getBandWidth().
|
private |
Definition at line 1116 of file SgStnLogCollector.h.
Referenced by ChanCfg(), and getChanIdx().
|
private |
Definition at line 1120 of file SgStnLogCollector.h.
Referenced by ~ChanCfg(), and getSideBands().
|
private |
Definition at line 1118 of file SgStnLogCollector.h.
Referenced by ChanCfg(), and getSkyFrq().