cisst-saw
|
Declaration of osaGetTime. More...
Go to the source code of this file.
Functions | |
double CISST_EXPORT | osaGetTime (void) |
void CISST_EXPORT | osaGetDateTimeString (std::string &str, const char delimiter= '-') |
void CISST_EXPORT | osaGetDateTimeString (std::string &str, double time, const char delimiter= '-') |
void CISST_EXPORT | osaGetDateString (std::string &str, double time, const char delimiter= ':') |
void CISST_EXPORT | osaGetTimeString (std::string &str, double time, const char delimiter= ':') |
void CISST_EXPORT | osaGetTimeString (std::string &str) |
Declaration of osaGetTime.
void CISST_EXPORT osaGetDateString | ( | std::string & | str, |
double | time, | ||
const char | delimiter = ':' |
||
) |
Convert from (epoch) absolute time in seconds to date (y:m:d) string
void CISST_EXPORT osaGetDateTimeString | ( | std::string & | str, |
const char | delimiter = '-' |
||
) |
Retrieve the current local date and time.
void CISST_EXPORT osaGetDateTimeString | ( | std::string & | str, |
double | time, | ||
const char | delimiter = '-' |
||
) |
Convert from (epoch) absolute time in seconds to date and time string
double CISST_EXPORT osaGetTime | ( | void | ) |
Return the most accurate time available on the system.
void CISST_EXPORT osaGetTimeString | ( | std::string & | str, |
double | time, | ||
const char | delimiter = ':' |
||
) |
Convert from (epoch) absolute time in seconds to time (h:m:s:ms) string
void CISST_EXPORT osaGetTimeString | ( | std::string & | str | ) |
Retrieve the current local time.