Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

log.cc File Reference

#include "log.hh"

Include dependency graph for log.cc:

Include dependency graph

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Variables

char * msg_types []


Function Documentation

int main int  argc,
char **  argv
 

Definition at line 140 of file log.cc.

References LogFilter::run().

00141 {
00142   LogFilter *app;
00143 
00144   // Initialize and run the Log Filter
00145   app = new LogFilter(argc, argv);
00146   app->run();
00147 
00148   return 0;
00149 }

Here is the call graph for this function:


Variable Documentation

char* msg_types[]
 

Initial value:

 {"INTEREST", "POSITIVE REINFORCEMENT",
                     "NEGATIVE REINFORCEMENT", "DATA",
                     "EXPLORATORY DATA", "PUSH EXPLORATORY DATA",
                     "CONTROL", "REDIRECT"}

Definition at line 25 of file log.cc.

Referenced by LogFilter::ProcessMessage().


Generated on Tue Apr 20 12:22:15 2004 for NS2.26SourcesOriginal by doxygen 1.3.3