ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ns-2/dsr/path.h File Reference

#include <stdio.h>
#include <assert.h>
#include <packet.h>
#include "hdr_sr.h"

Compounds

struct  ID
class  Path

Typedefs

typedef double Time

Enumerations

enum  Link_Type { LT_NONE = 0, LT_TESTED = 1, LT_UNTESTED = 2 }
enum  Log_Status { LS_NONE = 0, LS_UNLOGGED = 1, LS_LOGGED = 2 }
enum  ID_Type { NONE = NS_AF_NONE, MAC = NS_AF_ILINK, IP = NS_AF_INET }

Functions

void compressPath (Path &path)
void CopyIntoPath (Path &to, const Path &from, int start, int stop)

Variables

ID invalid_addr
ID IP_broadcast

Typedef Documentation

typedef double Time
 


Enumeration Type Documentation

enum ID_Type
 

Enumeration values:
NONE 
MAC 
IP 

enum Link_Type
 

Enumeration values:
LT_NONE 
LT_TESTED 
LT_UNTESTED 

enum Log_Status
 

Enumeration values:
LS_NONE 
LS_UNLOGGED 
LS_LOGGED 


Function Documentation

void compressPath Path   path
 

void CopyIntoPath Path   to,
const Path   from,
int    start,
int    stop
 


Variable Documentation

ID invalid_addr
 

ID IP_broadcast
 


This document is generated by doxygen.