General Purpose Geodetic Library
log2ant.cpp File Reference
#include <argp.h>
#include <QtCore/QCoreApplication>
#include <QtCore/QDir>
#include <QtCore/QFileInfo>
#include <QtCore/QList>
#include <QtCore/QSettings>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <SgIdentities.h>
#include <SgLogger.h>
#include <SgStnLogCollector.h>
#include <SgVex.h>
#include "log2ant.h"

Go to the source code of this file.

Classes

struct  l2aOptions
 

Functions

static int parse_opt (int key, char *arg, struct argp_state *state)
 
int main (int argc, char **argv)
 

Variables

char progname [80]
 
int msglev = 2
 
const char * argp_program_bug_address = "Sergei Bolotin <sergei.bolotin@nasa.gov>"
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

====================================================================================================

Definition at line 211 of file log2ant.cpp.

References l2aOptions::antcalOutputData, AOD_ALL, AOD_CABLE_CAL, AOD_DATA_ON, AOD_DBBC3TP, AOD_FMTGPS, AOD_METEO, AOD_PCAL, AOD_SEFD, AOD_TPI, AOD_TSYS, l2aOptions::compressExt, SgStnLogCollector::createAntCalFile(), SgMJD::currentMJD(), l2aOptions::dbbc3InputFileName, SgLogger::DBG, SgLogger::ERR, SgMJD::F_DDMonYYYY, SgMJD::F_YYYYMMDDHHMMSSSS, SgIdentities::getMachineMachineName(), SgIdentities::getMachineNodeName(), SgIdentities::getMachineRelease(), SgIdentities::getMachineSysName(), SgVersion::getReleaseEpoch(), SgStnLogCollector::getStationName(), SgIdentities::getUserEmailAddress(), SgIdentities::getUserName(), SgLogger::INF, l2aOptions::inputFileName, interval2Str(), l2aOptions::knownWishedData, libraryVersion, log2antVersion, l2aOptions::logFileName, logger, l2aOptions::logLevel, SgVersion::name(), l2aOptions::outputFileName, parse_opt(), SgLogger::PREPROC, SgStnLogCollector::readDbbc3DumpFile(), SgStnLogCollector::readLogFile(), l2aOptions::reportAllTsysData, SgLogger::rmLogFile(), SgLogger::SESSION, SgStnLogCollector::setAntcalOutputData(), SgLogger::setDirName(), SgLogger::setFileName(), SgLogger::setIsNeedTimeMark(), SgLogger::setIsStoreInFile(), SgLogger::setLogFacility(), SgStnLogCollector::setUserCommand(), l2aOptions::stationKey, l2aOptions::supressNonUsedSensors, l2aOptions::tBegin, l2aOptions::tEnd, tInf, SgMJD::toString(), tZero, SgLogger::write(), and SgLogger::WRN.

◆ parse_opt()

Variable Documentation

◆ argp_program_bug_address

const char* argp_program_bug_address = "Sergei Bolotin <sergei.bolotin@nasa.gov>"

Definition at line 55 of file log2ant.cpp.

◆ msglev

int msglev = 2

Definition at line 52 of file log2ant.cpp.

◆ progname

char progname[80]

Definition at line 51 of file log2ant.cpp.