mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Go to the source code of this file.
Functions | |
SCENARIO ("Verify operation of get_curr_time", "[timeutils]") | |
SCENARIO ("Verify operation of thread sleep functions", "[timeutils]") | |
SCENARIO ("Verify operation of timespecAddNsec", "[timeutils]") | |
SCENARIO ("Verify parsing of a formatted time string", "[timeutils]") | |
SCENARIO ("Verify calculation of MJD", "[timeutils]") | |
SCENARIO ("Verify parsing of an ISO 8601 time string", "[timeutils]") | |
SCENARIO ("Verify conversion of an ISO 8601 time string to MJD", "[timeutils]") | |
SCENARIO | ( | "Verify calculation of MJD" | , |
"" | [timeutils] | ||
) |
Definition at line 256 of file timeUtils_test.cpp.
References mx::sys::Cal2mjd().
SCENARIO | ( | "Verify conversion of an ISO 8601 time string to MJD" | , |
"" | [timeutils] | ||
) |
Definition at line 336 of file timeUtils_test.cpp.
References mx::sys::ISO8601date2mjd().
SCENARIO | ( | "Verify operation of get_curr_time" | , |
"" | [timeutils] | ||
) |
This only checks for increasing time on subsequent calls.
Definition at line 13 of file timeUtils_test.cpp.
References mx::sys::get_curr_time().
SCENARIO | ( | "Verify operation of thread sleep functions" | , |
"" | [timeutils] | ||
) |
Uses mx::sys::get_curr_time to verify duration of sleep.
Definition at line 46 of file timeUtils_test.cpp.
References mx::sys::get_curr_time(), mx::sys::microSleep(), mx::sys::milliSleep(), mx::sys::nanoSleep(), and mx::sys::sleep().
SCENARIO | ( | "Verify operation of timespecAddNsec" | , |
"" | [timeutils] | ||
) |
Definition at line 89 of file timeUtils_test.cpp.
References mx::sys::timespecAddNsec().
SCENARIO | ( | "Verify parsing of a formatted time string" | , |
"" | [timeutils] | ||
) |
Tests parsing of a string of format hh:mm:ss.s
Definition at line 194 of file timeUtils_test.cpp.
References mx::sys::parse_hms().
SCENARIO | ( | "Verify parsing of an ISO 8601 time string" | , |
"" | [timeutils] | ||
) |
Definition at line 281 of file timeUtils_test.cpp.
References mx::sys::ISO8601dateBreakdown().