#include "fcl/common/time.h"
Go to the source code of this file.
Namespaces | |
fcl | |
Main namespace. | |
fcl::time | |
Namespace containing time datatypes and time operations. | |
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... | |