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  

PersConn Class Reference

#include <persconn.h>

Inheritance diagram for PersConn:

TclObject List of all members.

Public Member Functions

 PersConn ()
void setDst (int d)
void setSrc (int s)
int getDst ()
int getSrc ()
TcpAgentgetCTcpAgent ()
TcpSinkgetCTcpSink ()
TcpAgentgetSTcpAgent ()
TcpSinkgetSTcpSink ()
NodegetCNode ()
NodegetSNode ()
void setCTcpAgent (TcpAgent *c)
void setCTcpSink (TcpSink *c)
void setSTcpAgent (TcpAgent *s)
void setSTcpSink (TcpSink *s)
void setCNode (Node *c)
void setSNode (Node *s)

Protected Attributes

int src_
int dst_
TcpAgentctcp_
TcpSinkcsnk_
TcpAgentstcp_
TcpSinkssnk_
Nodeclient_
Nodeserver_

Constructor & Destructor Documentation

PersConn::PersConn   [inline]
 


Member Function Documentation

Node* PersConn::getCNode   [inline]
 

TcpAgent* PersConn::getCTcpAgent   [inline]
 

TcpSink* PersConn::getCTcpSink   [inline]
 

int PersConn::getDst   [inline]
 

Node* PersConn::getSNode   [inline]
 

int PersConn::getSrc   [inline]
 

TcpAgent* PersConn::getSTcpAgent   [inline]
 

TcpSink* PersConn::getSTcpSink   [inline]
 

void PersConn::setCNode Node   c [inline]
 

void PersConn::setCTcpAgent TcpAgent   c [inline]
 

void PersConn::setCTcpSink TcpSink   c [inline]
 

void PersConn::setDst int    d [inline]
 

void PersConn::setSNode Node   s [inline]
 

void PersConn::setSrc int    s [inline]
 

void PersConn::setSTcpAgent TcpAgent   s [inline]
 

void PersConn::setSTcpSink TcpSink   s [inline]
 


Member Data Documentation

Node* PersConn::client_ [protected]
 

TcpSink* PersConn::csnk_ [protected]
 

TcpAgent* PersConn::ctcp_ [protected]
 

int PersConn::dst_ [protected]
 

Node* PersConn::server_ [protected]
 

int PersConn::src_ [protected]
 

TcpSink* PersConn::ssnk_ [protected]
 

TcpAgent* PersConn::stcp_ [protected]
 


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