HOPS
HOPS class reference
|
This is the complete list of members for hops::hops_clock, including all inherited members.
duration typedef | hops::hops_clock | |
from_gps(const std::chrono::time_point< date::gps_clock, Duration > &) NOEXCEPT | hops::hops_clock | static |
from_gps(const date::gps_time< Duration > &t) NOEXCEPT | hops::hops_clock | inline |
from_hops_format(const std::string ×tamp) | hops::hops_clock | inlinestatic |
from_iso8601_format(const std::string ×tamp) | hops::hops_clock | inlinestatic |
from_legacy_hops_date(legacy_hops_date &ldate) | hops::hops_clock | inlinestatic |
from_local(const std::chrono::time_point< date::local_t, Duration > &) NOEXCEPT | hops::hops_clock | static |
from_local(const date::local_time< Duration > &t) NOEXCEPT | hops::hops_clock | inline |
from_mjd(const time_point &mjd_epoch, const double &epoch_offset, const double &mjd) | hops::hops_clock | inlinestatic |
from_sys(const std::chrono::time_point< std::chrono::system_clock, Duration > &) NOEXCEPT | hops::hops_clock | static |
from_sys(const date::sys_time< Duration > &t) NOEXCEPT | hops::hops_clock | inline |
from_tai(const std::chrono::time_point< date::tai_clock, Duration > &) NOEXCEPT | hops::hops_clock | static |
from_tai(const date::tai_time< Duration > &t) NOEXCEPT | hops::hops_clock | inline |
from_utc(const std::chrono::time_point< date::utc_clock, Duration > &) NOEXCEPT | hops::hops_clock | static |
from_utc(const date::utc_time< Duration > &t) NOEXCEPT | hops::hops_clock | inline |
from_vdif_format(int &vdif_epoch, int &vdif_seconds) | hops::hops_clock | inlinestatic |
from_vex_format(const std::string ×tamp) | hops::hops_clock | inlinestatic |
from_year_fpday(int year, double floating_point_days) | hops::hops_clock | inlinestatic |
get_hops_epoch() | hops::hops_clock | inlinestatic |
get_hops_epoch_utc() | hops::hops_clock | inlinestatic |
get_leap_seconds_between(const time_point &t_start, const time_point &t_end) | hops::hops_clock | inlinestatic |
is_steady | hops::hops_clock | static |
now() | hops::hops_clock | inlinestatic |
period typedef | hops::hops_clock | |
rep typedef | hops::hops_clock | |
time_point typedef | hops::hops_clock | |
to_gps(const std::chrono::time_point< hops_clock, Duration > &) NOEXCEPT | hops::hops_clock | static |
to_gps(const hops_time< Duration > &t) NOEXCEPT | hops::hops_clock | inline |
to_hops_format(const time_point &tp) | hops::hops_clock | inlinestatic |
to_iso8601_format(const time_point &tp) | hops::hops_clock | inlinestatic |
to_legacy_hops_date(const time_point &tp) | hops::hops_clock | inlinestatic |
to_local(const std::chrono::time_point< hops_clock, Duration > &) NOEXCEPT | hops::hops_clock | static |
to_local(const hops_time< Duration > &t) NOEXCEPT | hops::hops_clock | inline |
to_mjd(const time_point &mjd_epoch, const double &epoch_offset, const time_point &tp) | hops::hops_clock | inlinestatic |
to_sys(const std::chrono::time_point< hops_clock, Duration > &) NOEXCEPT | hops::hops_clock | static |
to_sys(const hops_time< Duration > &t) NOEXCEPT | hops::hops_clock | inline |
to_tai(const std::chrono::time_point< hops_clock, Duration > &) NOEXCEPT | hops::hops_clock | static |
to_tai(const hops_time< Duration > &t) NOEXCEPT | hops::hops_clock | inline |
to_utc(const std::chrono::time_point< hops_clock, Duration > &) NOEXCEPT | hops::hops_clock | static |
to_utc(const hops_time< Duration > &t) NOEXCEPT | hops::hops_clock | inline |
to_vdif_format(const time_point &tp, int &vdif_epoch, int &vdif_second) | hops::hops_clock | inlinestatic |
to_vex_format(const time_point &tp, bool truncate_to_nearest_second=false) | hops::hops_clock | inlinestatic |
to_year_fpday(const time_point &tp, int &year, double &floating_point_days) | hops::hops_clock | inlinestatic |