esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Member Functions | Static Public Member Functions | List of all members
ndnph::port_clock_ino::Clock Class Reference

Clock implemented with Arduino API. More...

#include <ino.hpp>

Classes

struct  Time
 

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)
 

Detailed Description

Clock implemented with Arduino API.

Constructor & Destructor Documentation

◆ Clock()

ndnph::port_clock_ino::Clock::Clock ( )
delete

Member Function Documentation

◆ add()

static Time ndnph::port_clock_ino::Clock::add ( Time  t,
int  ms 
)
inlinestatic

◆ isBefore()

static bool ndnph::port_clock_ino::Clock::isBefore ( Time  a,
Time  b 
)
inlinestatic

◆ now()

static Time ndnph::port_clock_ino::Clock::now ( )
inlinestatic

◆ sleep()

static void ndnph::port_clock_ino::Clock::sleep ( int  ms)
inlinestatic

◆ sub()

static int ndnph::port_clock_ino::Clock::sub ( Time  a,
Time  b 
)
inlinestatic

The documentation for this class was generated from the following file: