10   long long int getMS(); 
    13   long long unsigned int getMicros(
long long unsigned int previous);
    15   long long int epoch(); 
 void sleep(int ms)
Sleeps for roughly the indicated amount of milliseconds. 
Definition: timing.cpp:52
long long int epoch()
Gets the amount of seconds since 01/01/1970. 
Definition: timing.cpp:99
void wait(int ms)
Sleeps for the indicated amount of milliseconds or longer. 
Definition: timing.cpp:32
Contains utility code, not directly related to streaming media. 
Definition: bitfields.h:3
std::string getUTCString(long long int epoch=0)
Definition: timing.cpp:103
long long unsigned int getMicros()
Gets the current time in microseconds. 
Definition: timing.cpp:85
long long int getNTP()
Definition: timing.cpp:65
long long int getMS()
Gets the current time in milliseconds. 
Definition: timing.cpp:72
long long int bootSecs()
Gets the current system uptime in seconds. 
Definition: timing.cpp:78