44AST_CORE_CAPI
void aSetEpoch(
const TimePoint& tp);
48AST_CORE_CAPI
void aGetEpoch(TimePoint& tp);
void aGetEpoch(TimePoint &tp)
获取参考历元
定义 RunTimeEpoch.cpp:45
void aSetEpoch(const TimePoint &tp)
设置参考历元
定义 RunTimeEpoch.cpp:39
void aEpochSecondToTimePoint(double epochSecond, TimePoint &tp)
将相对参考历元的秒数转换为时间点
定义 RunTimeEpoch.cpp:33
double aTimePointToEpochSecond(const TimePoint &tp)
将时间点转换为相对参考历元的秒数
定义 RunTimeEpoch.cpp:27