N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

_neighbor_entry Struct Reference

#include <mesh_neighbor.h>

List of all members.

Public Attributes

unsigned int node_id
char address [MAC_ADDR_LEN]
double bearing
double distance
double lat
double lon
double alt
sockaddr_in ip
_neighbor_entrynext


Detailed Description

We use a currently unassigned IANA port * http://www.iana.org/assignments/port-numbers

Definition at line 47 of file mesh_neighbor.h.


Member Data Documentation

char _neighbor_entry::address[MAC_ADDR_LEN]
 

Definition at line 49 of file mesh_neighbor.h.

Referenced by neighbor_address(), and neighbor_position().

double _neighbor_entry::alt
 

Definition at line 53 of file mesh_neighbor.h.

Referenced by init_n_entry().

double _neighbor_entry::bearing
 

Definition at line 50 of file mesh_neighbor.h.

Referenced by mesh_recv_nextdoor(), neighbor_by_position(), and neighbor_position().

double _neighbor_entry::distance
 

Definition at line 51 of file mesh_neighbor.h.

Referenced by mesh_recv_nextdoor(), neighbor_by_position(), and neighbor_position().

struct sockaddr_in _neighbor_entry::ip
 

Definition at line 54 of file mesh_neighbor.h.

Referenced by mesh_send_nextdoor(), and neighbor_by_ip().

double _neighbor_entry::lat
 

Definition at line 53 of file mesh_neighbor.h.

Referenced by init_n_entry().

double _neighbor_entry::lon
 

Definition at line 53 of file mesh_neighbor.h.

Referenced by init_n_entry().

struct _neighbor_entry* _neighbor_entry::next
 

Definition at line 56 of file mesh_neighbor.h.

unsigned int _neighbor_entry::node_id
 

Definition at line 48 of file mesh_neighbor.h.

Referenced by add_n_entry(), and init_n_entry().


The documentation for this struct was generated from the following file:


© 2007, Los Alamos National Security, LLC.