|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
Clock implemented with std::chrono. More...
#include <chrono.hpp>
Public Types | |
| using | Time = std::chrono::steady_clock::time_point |
Public Member Functions | |
| Clock ()=delete | |
Static Public Member Functions | |
| static Time | now () |
| static Time | add (Time t, int ms) |
| static int | sub (Time a, Time b) |
| static bool | isBefore (Time a, Time b) |
| static void | sleep (int ms) |
Clock implemented with std::chrono.
| using ndnph::port_clock_chrono::Clock::Time = std::chrono::steady_clock::time_point |
|
delete |
|
inlinestatic |
|
inlinestatic |