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  

SatNode Class Reference

#include <satnode.h>

Inheritance diagram for SatNode:

Node RNode ParentNode TclObject List of all members.

Public Member Functions

 SatNode ()
SatRouteAgentragent ()
SatPositionposition ()
SatTracetrace ()
Channeluplink ()
Channeldownlink ()

Static Public Member Functions

int addNode (int)
int IsASatNode (int)

Static Public Attributes

int dist_routing_ = 0

Protected Member Functions

int command (int argc, const char *const *argv)
void dumpSats ()

Protected Attributes

SatRouteAgentragent_
SatChanneluplink_
SatChanneldownlink_
SatPositionpos_
SatTracetrace_
LinkHandoffMgrhm_

Static Protected Attributes

int * satnodelist_ = NULL
int maxsatnodelist_ = 0

Constructor & Destructor Documentation

SatNode::SatNode  
 


Member Function Documentation

int SatNode::addNode int    [static]
 

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

Reimplemented from Node.

Channel* SatNode::downlink   [inline]
 

void SatNode::dumpSats   [protected]
 

int SatNode::IsASatNode int    [static]
 

SatPosition* SatNode::position   [inline]
 

SatRouteAgent* SatNode::ragent   [inline]
 

SatTrace* SatNode::trace   [inline]
 

Channel* SatNode::uplink   [inline]
 


Member Data Documentation

int SatNode::dist_routing_ = 0 [static]
 

SatChannel* SatNode::downlink_ [protected]
 

LinkHandoffMgr* SatNode::hm_ [protected]
 

int SatNode::maxsatnodelist_ = 0 [static, protected]
 

SatPosition* SatNode::pos_ [protected]
 

SatRouteAgent* SatNode::ragent_ [protected]
 

int * SatNode::satnodelist_ = NULL [static, protected]
 

SatTrace* SatNode::trace_ [protected]
 

SatChannel* SatNode::uplink_ [protected]
 


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