General Purpose Geodetic Library
SgVlbiSession.cpp File Reference
#include <iostream>
#include <stdlib.h>
#include <QtCore/QDataStream>
#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 *)
 

Function Documentation

◆ observationSortingOrderLessThan()

bool observationSortingOrderLessThan ( SgVlbiObservation obs1,
SgVlbiObservation obs2 
)

◆ observationSortingOrderLessThan4newSession()

bool observationSortingOrderLessThan4newSession ( SgVlbiObservation obs1,
SgVlbiObservation obs2 
)

◆ wavelengthSortingOrderLessThan()

bool wavelengthSortingOrderLessThan ( SgVlbiBand b1,
SgVlbiBand b2 
)

Definition at line 1722 of file SgVlbiSession.cpp.

References SgVlbiBand::getFrequency().

Referenced by SgVlbiSession::selfCheck().