| 
	  
	 | 
         | 
        
	  
         | 
         | 
        
/home/brennan/n-sim/Vaike/linux/system-addons/networking/mesh_api.h File ReferenceHeaders 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,          |  
           | 
           | 
          b  | 
                     | 
           )  | 
             (((a)<(b)) ? (a) : (b)) | 
         
       
     | 
   
 
 
  
    
      
        
          | #define min           | 
          (  | 
          a,          |  
           | 
           | 
          b  | 
                     | 
           )  | 
             (((a)<(b)) ? (b) : (a)) | 
         
       
     | 
   
 
         |