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  

FtpClientAgent Class Reference

#include <ftp.h>

Inheritance diagram for FtpClientAgent:

BayTcpAppAgent Agent Connector NsObject TclObject Handler List of all members.

Public Member Functions

 FtpClientAgent ()
int command (int argc, const char *const *argv)
virtual void recv (Packet *, BayFullTcpAgent *, int)
virtual void timeout (int)

Protected Member Functions

void start ()
void stop ()
double now ()
int sendget ()

Protected Attributes

int running_
double start_trans_
int state_
BayFullTcpAgenttcp_
NewFileTimer newfile_timer_

Constructor & Destructor Documentation

FtpClientAgent::FtpClientAgent  
 


Member Function Documentation

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

Reimplemented from Agent.

double FtpClientAgent::now   [inline, protected]
 

void FtpClientAgent::recv Packet  ,
BayFullTcpAgent  ,
int   
[virtual]
 

Reimplemented from BayTcpAppAgent.

int FtpClientAgent::sendget   [protected]
 

void FtpClientAgent::start   [protected]
 

void FtpClientAgent::stop   [protected]
 

void FtpClientAgent::timeout int    [virtual]
 

Reimplemented from Agent.


Member Data Documentation

NewFileTimer FtpClientAgent::newfile_timer_ [protected]
 

int FtpClientAgent::running_ [protected]
 

double FtpClientAgent::start_trans_ [protected]
 

int FtpClientAgent::state_ [protected]
 

BayFullTcpAgent* FtpClientAgent::tcp_ [protected]
 


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