|
knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
Functions | |
| TimePoint | now () |
| TimePoint | fromSeconds (double seconds) |
| double | toSeconds (const TimePoint ×tamp) |
| void | write (const TimePoint &tp, std::ostream &os) |
| TimePoint knowrob::time::fromSeconds | ( | double | seconds | ) |
| seconds | the number of seconds since the epoch. |
Definition at line 17 of file TimePoint.cpp.
| TimePoint knowrob::time::now | ( | ) |
| double knowrob::time::toSeconds | ( | const TimePoint & | timestamp | ) |
| timestamp | the time point. |
Definition at line 23 of file TimePoint.cpp.
| void knowrob::time::write | ( | const TimePoint & | tp, |
| std::ostream & | os | ||
| ) |
Write a time point to an output stream.
| tp | the time point. |
| os | the output stream. |
Definition at line 28 of file TimePoint.cpp.