|
Telescience Resource Kit
TReK C++
5.4.0 ART
|
This is the complete list of members for trek::TrekTime, including all inherited members.
GetDeltaTime(TrekTime &input) | trek::TrekTime | |
GetISOTime(char *time_str, uint32_t time_str_size) const | trek::TrekTime | |
GetSeconds() | trek::TrekTime | |
GetSubseconds() | trek::TrekTime | |
GetSubsecondsPerSecond() | trek::TrekTime | |
GetTime(uint32_t &sec, uint32_t &sub) const | trek::TrekTime | |
GetTime(double &input) const | trek::TrekTime | |
GetTime(char *time_str, uint32_t *size_of_output, bool fractional=false, bool file_friendly=false) const | trek::TrekTime | |
GetTime(uint16_t &year, uint16_t &day_of_year, uint8_t &month, uint8_t &day_of_month, uint8_t &hours, uint8_t &minutes, double &seconds) const | trek::TrekTime | |
operator=(const TrekTime &right_side) | trek::TrekTime | |
SetISOTime(const char *time_str) | trek::TrekTime | |
SetSubsecondsPerSecond(uint32_t input) | trek::TrekTime | |
SetTime() | trek::TrekTime | |
SetTime(uint32_t sec, uint32_t sub=0) | trek::TrekTime | |
SetTime(const char *input_ptr) | trek::TrekTime | |
SetTime(double input) | trek::TrekTime | |
ShiftTime(double input) | trek::TrekTime | |
TrekTime() | trek::TrekTime | |
TrekTime(const TrekTime &input) | trek::TrekTime | |
~TrekTime() | trek::TrekTime | virtual |