rmst.hh File Reference

#include <map>
#include "nr/nr.hh"
#include "main/tools.hh"

Include dependency graph for rmst.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  NakData
class  Rmst

Defines

#define MAX_FRAG_SIZE   50

Typedefs

typedef long handle
typedef map< int, void *,
less< int > > 
Int2Frag
typedef map< int, NakData *,
less< int > > 
Int2Nak
typedef map< int, Rmst *,
less< int > > 
Int2Rmst

Functions

void PrintTime (struct timeval *time)


Define Documentation

#define MAX_FRAG_SIZE   50
 

Definition at line 59 of file rmst.hh.

Referenced by RmstFilter::processTimer(), and RmstFilter::sendRmstToSink().


Typedef Documentation

typedef long handle
 

Definition at line 55 of file rmst.hh.

typedef map<int, void*, less<int> > Int2Frag
 

Definition at line 61 of file rmst.hh.

typedef map<int, NakData*, less<int> > Int2Nak
 

Definition at line 71 of file rmst.hh.

typedef map<int, Rmst*, less<int> > Int2Rmst
 

Definition at line 122 of file rmst.hh.


Function Documentation

void PrintTime struct timeval *  time  ) 
 

Definition at line 202 of file rmst.cc.

References DEBUG_ALWAYS, and DiffPrint().

Referenced by RmstFilter::processTimer().

00203 {
00204   DiffPrint(DEBUG_ALWAYS, "  time: sec = %d\n", (unsigned int) time->tv_sec);
00205 }

Here is the call graph for this function:


Generated on Tue Mar 6 16:58:59 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6