#include <cstring>#include <iostream>#include <iomanip>#include <sstream>#include <unistd.h>#include <utl/AugerUnits.h>#include <utl/TimeStamp.h>#include <utl/TimeInterval.h>#include <utl/UTCDateTime.h>#include <utl/MoonCycle.h>#include <utl/LeapSeconds.h>#include <utl/ModifiedJulianDate.h>#include <utl/AugerException.h>#include <utl/ErrorLogger.h>Go to the source code of this file.
Classes | |
| class | Parser |
Macros | |
| #define | ul(text) << "\033[4m" << #text << "\033[0m" << |
Functions | |
| int | help (char *&execPath, const int &exitCode) |
| int | main (int argc, char *argv[]) |
| #define ul | ( | text | ) | << "\033[4m" << #text << "\033[0m" << |
Definition at line 27 of file auger-convert-time.cc.
Referenced by FC_UpperLimits(), and help().
| int help | ( | char *& | execPath, |
| const int & | exitCode | ||
| ) |
Definition at line 307 of file auger-convert-time.cc.
References ul.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 343 of file auger-convert-time.cc.
References Parser::eMJD, Parser::eMoon, ERROR, Parser::eUnix, help(), Parser::ReadStrToTime(), Parser::SetInputFormat(), and Parser::SetOutputFormat().