log.cc File Reference

#include "log.hh"

Include dependency graph for log.cc:

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 160 of file log.cc.

References LogFilter::run().

00161 {
00162   LogFilter *app;
00163 
00164   // Initialize and run the Log Filter
00165   app = new LogFilter(argc, argv);
00166   app->run();
00167 
00168   return 0;
00169 }

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 45 of file log.cc.

Referenced by LogFilter::ProcessMessage().


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