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 1140 of file SgStnLogCollector.h.
|
inline |
Definition at line 1143 of file SgStnLogCollector.h.
|
inline |
Definition at line 1144 of file SgStnLogCollector.h.
|
inline |
Definition at line 1145 of file SgStnLogCollector.h.
References channelCfgs_.
Definition at line 1148 of file SgStnLogCollector.h.
References channelCfgs_.
Definition at line 1147 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 1146 of file SgStnLogCollector.h.
References stnKey_.
Referenced by SgChannelSkeded::parseSkdFile().
|
inline |
Definition at line 1149 of file SgStnLogCollector.h.
References stnKey_.
Definition at line 1152 of file SgStnLogCollector.h.
Referenced by ~StnCfg(), channelCfgs(), and getChannelCfgs().
|
private |
Definition at line 1151 of file SgStnLogCollector.h.
Referenced by getStnKey(), and setStnKey().