#include <chrono>
#include "fcl/export.h"
Go to the source code of this file.
Namespaces | |
fcl | |
Main namespace. | |
fcl::time | |
Namespace containing time datatypes and time operations. | |
Typedefs | |
using | fcl::time::duration = std::chrono::system_clock::duration |
Representation of a time duration. More... | |
using | fcl::time::point = std::chrono::system_clock::time_point |
Representation of a point in time. More... | |
Functions | |
FCL_EXPORT point | fcl::time::now (void) |
Get the current time point. More... | |
FCL_EXPORT double | fcl::time::seconds (const duration &d) |
Return the number of seconds that a time duration represents. More... | |
FCL_EXPORT duration | fcl::time::seconds (double sec) |
Return the time duration representing a given number of seconds. More... | |