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  

LoggingDataStructNode Class Reference

#include <logging-data-struct.h>

List of all members.

Public Member Functions

 LoggingDataStructNode (int id, LoggingDataStructNode *next)
 ~LoggingDataStructNode ()
void sentRefresh (double limit)
void pushbackSent (double limit, double expectedStatusRate)
void registerStatus (double arrRate)
void log (Packet *pkt)

Public Attributes

int nid_
RateEstimatorrateEstimator_
int pushbackSent_
double limit_
int gotStatus_
double statusArrivalRate_
int countLessReportedRate_
int sentRefresh_
LoggingDataStructNode * next_


Constructor & Destructor Documentation

LoggingDataStructNode::LoggingDataStructNode int    id,
LoggingDataStructNode *    next
 

LoggingDataStructNode::~LoggingDataStructNode  
 


Member Function Documentation

void LoggingDataStructNode::log Packet   pkt
 

void LoggingDataStructNode::pushbackSent double    limit,
double    expectedStatusRate
 

void LoggingDataStructNode::registerStatus double    arrRate
 

void LoggingDataStructNode::sentRefresh double    limit
 


Member Data Documentation

int LoggingDataStructNode::countLessReportedRate_
 

int LoggingDataStructNode::gotStatus_
 

double LoggingDataStructNode::limit_
 

LoggingDataStructNode* LoggingDataStructNode::next_
 

int LoggingDataStructNode::nid_
 

int LoggingDataStructNode::pushbackSent_
 

RateEstimator* LoggingDataStructNode::rateEstimator_
 

int LoggingDataStructNode::sentRefresh_
 

double LoggingDataStructNode::statusArrivalRate_
 


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