Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

timeval.hh File Reference

TimeVal class definitions. More...

#include <sys/time.h>
#include <cassert>
#include <ostream>
#include "timeval.hxx"

Go to the source code of this file.

Namespaces

namespace  olsr
namespace  olsr::utl

Defines

#define QOLYESTER_UTL_TIMEVAL_HH   1

Typedefs

typedef utl::TimeVal timeval_t

Functions

std::ostream & operator<< (std::ostream &, const TimeVal &)


Detailed Description

TimeVal class definitions.

Author:
Ignacy Gawedzki
Date:
Sat Sep 27 16:33:41 2003

All time operations are done with respect to a current time reference which is synchronized with the system clock in certain well-known locations (e.g. in the event loop). This is mainly to avoid synchronization on each time we want to know the current time. Moreover, this allows to assume that inside some parts of the code, the time reference is the same (read: if you timestamp some objects one after another between two clock synchonizations, you know that the stamps are equal)


Define Documentation

#define QOLYESTER_UTL_TIMEVAL_HH   1
 


Typedef Documentation

typedef utl::TimeVal olsr::timeval_t
 


Function Documentation

std::ostream & olsr::utl::operator<< std::ostream &  ,
const TimeVal & 
[inline]
 


Generated on Thu Jul 28 21:21:49 2005 for Qolyester daemon by  doxygen 1.4.1