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_api.h File Reference

Headers for mesh network. More...

#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <errno.h>
#include <syslog.h>
#include "sensor_self.h"
#include "mesh_discovery.h"
#include "mesh_link.h"
#include "mesh_route.h"
#include "mesh_analysis.h"
#include "mesh_protocol.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.

Revision
1.1

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

Author
sean_m_brennan

Created: August 1, 2007

Date
2008/02/05 19:14:30

Definition in file mesh_api.h.


Define Documentation

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

Definition at line 55 of file mesh_api.h.

Referenced by fix_loud(), max_ctl_size(), and strength_recv_mesh_discovery().

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

Definition at line 59 of file mesh_api.h.


© 2007, Los Alamos National Security, LLC.