LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
|
milli second timer Header File More...
#include <chrono>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | rcsc::TimeStamp |
wrapper class of the system time point More... | |
class | rcsc::Timer |
this class enables to measure the elapsed time. More... | |
Functions | |
bool | rcsc::operator< (const rcsc::TimeStamp &lhs, const rcsc::TimeStamp &rhs) |
operator '<' for rcsc::TimeStamp More... | |
bool | rcsc::operator> (const rcsc::TimeStamp &lhs, const rcsc::TimeStamp &rhs) |
operator '>' for rcsc::TimeStamp More... | |
milli second timer Header File
|
inline |
operator '<' for rcsc::TimeStamp
lhs | left hand side argument |
rhs | right hand side argument |
|
inline |
operator '>' for rcsc::TimeStamp
lhs | left hand side argument |
rhs | right hand side argument |