libHiRISE
|
#include "Observation_ID.hh"
#include <regex>
#include <ctime>
#include <exception>
#include <iostream>
#include <iomanip>
#include <string>
#include <sstream>
Namespaces | |
namespace | UA |
University of Arizona. | |
namespace | UA::HiRISE |
High Resolution Imaging Science Experiment. | |
Functions | |
void | sync_to_day_of_year (struct tm *time_struct) |
Synchronizes a ctime time struct's month and day-of-month components to its day-of-year component. | |
std::string | time_text (const int time=0, const std::string &format=Observation_ID::STANDARD_TIME_TEXT_FORMAT, const int epoch=Observation_ID::EPOCH) |
Returns a text representation of a particular time. | |
std::ostream & | operator<< (std::ostream &stream, const Observation_ID &obs_id) |
Prints the text representation of an Observation_ID to an output stream. |