/vesta/vestasys.org/vesta/repos/87/src/read_timing_common.H File Reference

#include <sys/time.h>
#include <FS.H>
#include <stdio.h>

Include dependency graph for read_timing_common.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Delta_Time

Defines

#define USECS_PER_SEC   1000000

Functions

timeval operator+ (const struct timeval &start, const Delta_Time &delta)
Delta_Time operator- (const struct timeval &end, const struct timeval &start)
bool operator== (const struct timeval &lhs, const struct timeval &rhs)
bool operator<= (const struct timeval &lhs, const struct timeval &rhs)
bool operator< (const struct timeval &lhs, const struct timeval &rhs)


Define Documentation

#define USECS_PER_SEC   1000000

Definition at line 30 of file read_timing_common.H.


Function Documentation

struct timeval operator+ ( const struct timeval &  start,
const Delta_Time delta 
) [inline]

Definition at line 160 of file read_timing_common.H.

References USECS_PER_SEC.

Delta_Time operator- ( const struct timeval &  end,
const struct timeval &  start 
)

Definition at line 174 of file read_timing_common.H.

References Delta_Time::secs, Delta_Time::usecs, Delta_Time::usecs_overflow(), and USECS_PER_SEC.

Here is the call graph for this function:

bool operator< ( const struct timeval &  lhs,
const struct timeval &  rhs 
) [inline]

Definition at line 211 of file read_timing_common.H.

bool operator<= ( const struct timeval &  lhs,
const struct timeval &  rhs 
) [inline]

Definition at line 203 of file read_timing_common.H.

bool operator== ( const struct timeval &  lhs,
const struct timeval &  rhs 
) [inline]

Definition at line 196 of file read_timing_common.H.


Generated on Fri May 25 00:24:37 2007 for Vesta by  doxygen 1.5.1