General Purpose Geodetic Library
|
Public Member Functions | |
StnCfg () | |
StnCfg (const QString &key) | |
~StnCfg () | |
const QString & | getStnKey () const |
const QList< ChanCfg > & | getChannelCfgs () const |
QList< ChanCfg > & | channelCfgs () |
void | setStnKey (const QString &key) |
Private Attributes | |
QString | stnKey_ |
QList< ChanCfg > | channelCfgs_ |
Definition at line 1122 of file SgStnLogCollector.h.
|
inline |
Definition at line 1125 of file SgStnLogCollector.h.
|
inline |
Definition at line 1126 of file SgStnLogCollector.h.
|
inline |
Definition at line 1127 of file SgStnLogCollector.h.
References channelCfgs_.
Definition at line 1130 of file SgStnLogCollector.h.
References channelCfgs_.
Definition at line 1129 of file SgStnLogCollector.h.
References channelCfgs_.
Referenced by SgStnLogReadings::compareChannelNumbers(), SgStnLogReadings::compareChannelSetups(), SgStnLogReadings::export2antabFrqs_skededSetup(), SgStnLogReadings::export2antCalFrqs_skededSetup(), and SgChannelSkeded::parseSkdFile().
|
inline |
Definition at line 1128 of file SgStnLogCollector.h.
References stnKey_.
Referenced by SgChannelSkeded::parseSkdFile().
|
inline |
Definition at line 1131 of file SgStnLogCollector.h.
References stnKey_.
Definition at line 1134 of file SgStnLogCollector.h.
Referenced by ~StnCfg(), channelCfgs(), and getChannelCfgs().
|
private |
Definition at line 1133 of file SgStnLogCollector.h.
Referenced by getStnKey(), and setStnKey().