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 1116 of file SgStnLogCollector.h.
|
inline |
Definition at line 1119 of file SgStnLogCollector.h.
References bandWidth_, chanIdx_, and skyFrq_.
|
inline |
Definition at line 1120 of file SgStnLogCollector.h.
References bandWidth_, chanIdx_, and skyFrq_.
|
inline |
Definition at line 1122 of file SgStnLogCollector.h.
References bandWidth_, chanIdx_, and skyFrq_.
|
inline |
Definition at line 1125 of file SgStnLogCollector.h.
References sideBands_.
|
inline |
Definition at line 1128 of file SgStnLogCollector.h.
References bandKey_.
Referenced by SgChannelSkeded::parseSkdFile().
|
inline |
Definition at line 1130 of file SgStnLogCollector.h.
References bandWidth_.
Referenced by SgChannelSkeded::parseSkdFile().
|
inline |
Definition at line 1127 of file SgStnLogCollector.h.
References chanIdx_.
Referenced by SgChannelSkeded::parseSkdFile().
|
inline |
Definition at line 1131 of file SgStnLogCollector.h.
References sideBands_.
Referenced by SgChannelSkeded::parseSkdFile().
|
inline |
Definition at line 1129 of file SgStnLogCollector.h.
References skyFrq_.
Referenced by SgChannelSkeded::parseSkdFile().
|
private |
Definition at line 1135 of file SgStnLogCollector.h.
Referenced by getBandKey().
|
private |
Definition at line 1137 of file SgStnLogCollector.h.
Referenced by ChanCfg(), and getBandWidth().
|
private |
Definition at line 1134 of file SgStnLogCollector.h.
Referenced by ChanCfg(), and getChanIdx().
|
private |
Definition at line 1138 of file SgStnLogCollector.h.
Referenced by ~ChanCfg(), and getSideBands().
|
private |
Definition at line 1136 of file SgStnLogCollector.h.
Referenced by ChanCfg(), and getSkyFrq().