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  

ns-2/indep-utils/dosdbell/flowlist.c File Reference

#include "flowlist.h"
#include <stdlib.h>
#include <stdio.h>

Functions

flow_listcreate_new_flow_event (double time, double bw)
void flow_list_insert (double time, double bw, struct flow_list **root)
void dump_flow_list_to_file (FILE *file, struct flow_list *root)
int get_no_events (struct flow_list *root)
flow_eventget_all_events (struct flow_list *root)

Function Documentation

struct flow_list* create_new_flow_event double    time,
double    bw
 

void dump_flow_list_to_file FILE *    file,
struct flow_list   root
 

void flow_list_insert double    time,
double    bw,
struct flow_list **    root
 

struct flow_event* get_all_events struct flow_list   root
 

int get_no_events struct flow_list   root
 


This document is generated by doxygen.