helpers.h File Reference

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

Go to the source code of this file.

Defines

#define max(x, y)   ((x) > (y) ? (x) : (y))
#define min(x, y)   ((x) < (y) ? (x) : (y))

Functions

double gettime ()

Define Documentation

#define max ( x,
 )     ((x) > (y) ? (x) : (y))

Definition at line 11 of file helpers.h.

#define min ( x,
 )     ((x) < (y) ? (x) : (y))

Definition at line 12 of file helpers.h.


Function Documentation

double gettime (  ) 

Definition at line 6 of file helpers.c.

 All Classes Namespaces Files Functions Variables Typedefs Defines


network_monitor_udp
Author(s): Blaise Gassend
autogenerated on Fri Jan 11 09:42:46 2013