Namespace containing time datatypes and time operations. More...
Classes | |
class | ProgressDisplay |
Typedefs | |
using | point = std::chrono::system_clock::time_point |
Representation of a point in time. More... | |
using | duration = std::chrono::system_clock::duration |
Representation of a time duration. More... | |
Functions | |
point | now () |
Get the current time point. More... | |
duration | seconds (double sec) |
Return the time duration representing a given number of seconds. More... | |
double | seconds (const duration &d) |
Return the number of seconds that a time duration represents. More... | |
std::string | as_string (const point &p) |
Return string representation of point in time. More... | |
Detailed Description
Namespace containing time datatypes and time operations.
Typedef Documentation
◆ duration
using ompl::time::duration = typedef std::chrono::system_clock::duration |
◆ point
using ompl::time::point = typedef std::chrono::system_clock::time_point |
Function Documentation
◆ as_string()
|
inline |
◆ now()
◆ seconds() [1/2]
|
inline |