N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

/home/brennan/n-sim/Vaike/linux/system-addons/networking/mesh_route_api.h File Reference

Headers for mesh network routing. More...

#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <syslog.h>
#include "sensor_self.h"
#include "mesh_discovery.h"
#include "mesh_link.h"
#include "mesh_route.h"

Go to the source code of this file.

Defines

#define max(a, b)   (((a)<(b)) ? (a) : (b))
#define min(a, b)   (((a)<(b)) ? (b) : (a))


Detailed Description

Headers for mesh network routing.

Revision
1.1

Original Author: Sean M. Brennan <brennan@lanl.gov>

Author
sean_m_brennan

Created: August 1, 2007

Date
2008/02/03 22:00:50

Definition in file mesh_route_api.h.


Define Documentation

#define max a,
 )     (((a)<(b)) ? (a) : (b))
 

Definition at line 53 of file mesh_route_api.h.

#define min a,
 )     (((a)<(b)) ? (b) : (a))
 

Definition at line 57 of file mesh_route_api.h.


© 2007, Los Alamos National Security, LLC.