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  

SatRouteAgent Class Reference

#include <satroute.h>

Inheritance diagram for SatRouteAgent:

Agent Connector NsObject TclObject Handler List of all members.

Public Member Functions

 SatRouteAgent ()
 ~SatRouteAgent ()
int command (int argc, const char *const *argv)
void clear_slots ()
void install (int dst, int next_hop, NsObject *p)
SatNodenode ()
int myaddr ()

Protected Member Functions

virtual void recv (Packet *, Handler *)
void forwardPacket (Packet *)
void alloc (int)

Protected Attributes

int myaddr_
int maxslot_
int nslot_
slot_entryslot_
SatNodenode_

Constructor & Destructor Documentation

SatRouteAgent::SatRouteAgent  
 

SatRouteAgent::~SatRouteAgent  
 


Member Function Documentation

void SatRouteAgent::alloc int    [protected]
 

void SatRouteAgent::clear_slots  
 

int SatRouteAgent::command int    argc,
const char *const *    argv
[virtual]
 

Reimplemented from Agent.

void SatRouteAgent::forwardPacket Packet   [protected]
 

void SatRouteAgent::install int    dst,
int    next_hop,
NsObject   p
 

int SatRouteAgent::myaddr   [inline]
 

SatNode* SatRouteAgent::node   [inline]
 

void SatRouteAgent::recv Packet  ,
Handler  
[protected, virtual]
 

Reimplemented from Agent.


Member Data Documentation

int SatRouteAgent::maxslot_ [protected]
 

int SatRouteAgent::myaddr_ [protected]
 

SatNode* SatRouteAgent::node_ [protected]
 

int SatRouteAgent::nslot_ [protected]
 

slot_entry* SatRouteAgent::slot_ [protected]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.