General Purpose Geodetic Library
|
#include <iostream>
#include <stdlib.h>
#include <QtCore/QDataStream>
#include <QtCore/QRegularExpression>
#include <QtGui/QMessageBox>
#include <SgVlbiSession.h>
#include <SgAPrioriData.h>
#include <SgCubicSpline.h>
#include <SgEccDat.h>
#include <SgEccRec.h>
#include <SgLogger.h>
#include <SgMasterRecord.h>
#include <SgTaskConfig.h>
#include <SgVector.h>
#include <SgVersion.h>
#include <SgVlbiBand.h>
#include <SgVlbiNetworkId.h>
#include <SgVlbiObservation.h>
Go to the source code of this file.
Functions | |
bool | wavelengthSortingOrderLessThan (SgVlbiBand *, SgVlbiBand *) |
bool | observationSortingOrderLessThan (SgVlbiObservation *, SgVlbiObservation *) |
bool | observationSortingOrderLessThan4newSession (SgVlbiObservation *, SgVlbiObservation *) |
bool observationSortingOrderLessThan | ( | SgVlbiObservation * | obs1, |
SgVlbiObservation * | obs2 | ||
) |
Definition at line 1757 of file SgVlbiSession.cpp.
References SgObservation::getMediaIdx(), SgVlbiObservable::getMediaIdx(), SgObservation::getMJD(), and SgVlbiObservation::primeObs().
bool observationSortingOrderLessThan4newSession | ( | SgVlbiObservation * | obs1, |
SgVlbiObservation * | obs2 | ||
) |
Definition at line 1775 of file SgVlbiSession.cpp.
References SgObjectInfo::getKey(), SgObservation::getMJD(), SgVlbiObservation::src(), SgVlbiObservation::stn_1(), and SgVlbiObservation::stn_2().
Referenced by SgVlbiSession::selfCheck().
bool wavelengthSortingOrderLessThan | ( | SgVlbiBand * | b1, |
SgVlbiBand * | b2 | ||
) |
Definition at line 1749 of file SgVlbiSession.cpp.
References SgVlbiBand::getFrequency().
Referenced by SgVlbiSession::selfCheck().