75 ": addSession(SgVlbiSessionInfo*, SgVlbiSession*): sInfo is NULL");
81 ": addSession(SgVlbiSessionInfo*, SgVlbiSession*): session is NULL");
89 ": addSession(SgVlbiSessionInfo*, SgVlbiSession*): session " + sInfo->
getName() +
90 " already in the task " +
name_);
99 for (QMap<QString, SgVlbiStationInfo*>::iterator i=session->
stationsByName().begin();
111 i.value()->getKey(), i.value()->getAka());
117 for (QMap<QString, SgVlbiSourceInfo*>::iterator i=session->
sourcesByName().begin();
129 i.value()->getKey(), i.value()->getAka());
135 for (QMap<QString, SgVlbiBaselineInfo*>::iterator i=session->
baselinesByName().begin();
147 i.value()->getKey(), i.value()->getAka());
164 ": removeSession(SgVlbiSessionInfo*, SgVlbiSession*): sInfo is NULL");
170 ": removeSession(SgVlbiSessionInfo*, SgVlbiSession*): session is NULL");
178 ": removeSession(SgVlbiSessionInfo*, SgVlbiSession*): session " + sInfo->
getName() +
179 " is not a part of the task " +
name_);
185 for (QMap<QString, SgVlbiStationInfo*>::iterator i=session->
stationsByName().begin();
196 ": removeSession(SgVlbiSessionInfo*, SgVlbiSession*): the station " +
197 stationInfo->
getKey() +
" has got num of total obs. less than zero, fixed it");
208 ": removeSession(SgVlbiSessionInfo*, SgVlbiSession*): cannot remove the station " +
209 i.key() +
" from the container; the task is " +
name_);
212 for (QMap<QString, SgVlbiSourceInfo*>::iterator i=session->
sourcesByName().begin();
223 ": removeSession(SgVlbiSessionInfo*, SgVlbiSession*): the source " +
224 sourceInfo->
getKey() +
" has got num of total obs. less than zero, fixed it");
235 ": removeSession(SgVlbiSessionInfo*, SgVlbiSession*): cannot remove the source " +
236 i.key() +
" from the container; the task is " +
name_);
239 for (QMap<QString, SgVlbiBaselineInfo*>::iterator i=session->
baselinesByName().begin();
250 ": removeSession(SgVlbiSessionInfo*, SgVlbiSession*): the baseline " +
251 baselineInfo->
getKey() +
" has got num of total obs. less than zero, fixed it");
262 ": removeSession(SgVlbiSessionInfo*, SgVlbiSession*): cannot remove the baseline " +
263 i.key() +
" from the container; the task is " +
name_);
QMap< QString, SgVlbiBaselineInfo * >::iterator BaselinesByName_it
QMap< QString, SgVlbiSessionInfo * >::iterator SessionInfosByName_it
QMap< QString, SgVlbiSourceInfo * >::iterator SourcesByName_it
QMap< QString, SgVlbiStationInfo * >::iterator StationsByName_it
virtual void write(LogLevel, quint32, const QString &, bool=false)
void incNumTotal(DataType, int=1)
void decNumTotal(DataType, int=1)
const QString & getKey() const
int numTotal(DataType dType) const
void removeSession(SgVlbiSessionInfo *, SgVlbiSession *)
BaselinesByName baselinesByName_
void addSession(SgVlbiSessionInfo *, SgVlbiSession *)
SourcesByName sourcesByName_
static const QString className()
StationsByName stationsByName_
SessionInfosByName sessionsByName_
const QString & getName() const
QMap< QString, SgVlbiStationInfo * > & stationsByName()
QMap< QString, SgVlbiSourceInfo * > & sourcesByName()
QMap< QString, SgVlbiBaselineInfo * > & baselinesByName()