#include "TimeString.hpp"
#include "ANSITime.hpp"
#include "CivilTime.hpp"
#include "GPSWeekSecond.hpp"
#include "GPSWeekZcount.hpp"
#include "JulianDate.hpp"
#include "MJD.hpp"
#include "UnixTime.hpp"
#include "YDSTime.hpp"
#include "TimeConverters.hpp"
#include "TimeConstants.hpp"
Include dependency graph for TimeString.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Functions | |
| std::string | printTime (const CommonTime &t, const std::string &fmt) throw ( gpstk::StringUtils::StringException ) |
| The TimeTag classes are the "interface" for CommonTime, so when printing a CommonTime object, each of the TimeTag printf() functions are called to handle the print identifiers that it recognizes. | |
| void | scanTime (TimeTag &btime, const std::string &str, const std::string &fmt) throw ( gpstk::InvalidRequest, gpstk::StringUtils::StringException ) |
| Fill the TimeTag object btime with time information found in string str formatted according to string fmt. | |
| void | scanTime (CommonTime &t, const std::string &str, const std::string &fmt) throw ( gpstk::InvalidRequest, gpstk::StringUtils::StringException ) |
| void | mixedScanTime (CommonTime &t, const std::string &str, const std::string &fmt) throw ( gpstk::InvalidRequest, gpstk::StringUtils::StringException ) |
| This function is like the other scanTime functions except that it allows mixed time formats. | |
|
||||||||||||||||
|
||||||||||||
|
||||||||||||||||
|
||||||||||||||||
|
Fill the TimeTag object btime with time information found in string str formatted according to string fmt.
Definition at line 71 of file TimeString.cpp. References GPSTK_RETHROW, and gpstk::scanTime(). Referenced by SVExclusionList::addFile(), CommandOptionWithTimeArg::checkArguments(), CommandOptionWithCommonTimeArg::checkArguments(), and Epoch::scanf(). |
1.3.9.1