ClockService.hh File Reference

ClockService public header. More...

#include <sys/time.h>
#include <boost/utility.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/cstdint.hpp>
#include <senf/config.hh>
#include <senf/Utils/singleton.hh>
#include <senf/Utils/Console/Parse.hh>
#include "ClockService.cci"

Include dependency graph for ClockService.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Detailed Description

ClockService public header.

Definition in file ClockService.hh.


Classes

class   senf::ClockService
  Reliable high precision monotonous clock source. More...

Namespaces

namespace   senf

Defines

#define  HH_SENF_Scheduler_ClockService_   1

Functions

void  senf::parseClockServiceInterval (console::ParseCommandInfo::TokensRange const &tokens, ClockService::clock_type &out)
  Console argument parser to parse value as time interval.
void  senf::formatClockServiceInterval (ClockService::clock_type interval, std::ostream &os)

Define Documentation

#define
HH_SENF_Scheduler_ClockService_   1

Definition at line 27 of file ClockService.hh.