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

ltdAnalyse Class Reference

Local traffic distribution analysis. More...

#include <ltdanalyse.h>

Inheritance diagram for ltdAnalyse:

Analyse Parameter List of all members.

Public Methods

 ltdAnalyse ()
virtual const char * Prefix (void) const
virtual const char * Name (void) const
virtual const char * Version (void) const
virtual const char * Author (void) const
virtual const char * Help (void) const
virtual void run (std::map< std::string, unity_t > *unity_map)
virtual void print (void)
virtual void free (void)
virtual ~ltdAnalyse ()

Private Attributes

const char *const strPrefix
const char *const strName
const char *const strVersion
const char *const strAuthor
const char *const strHelp
std::multimap< long, std::string > from_traffic
std::map< std::string, long > i2e_traffic_c
std::map< std::string, long > mailc_2e_c
std::map< std::string, long > mailc_2i_c

Detailed Description

Local traffic distribution analysis.

This analysis module create a statistic about the distribution of local generated traffic to local or external recipients.

Author:
Tobias Erbsland


Constructor & Destructor Documentation

ltdAnalyse::ltdAnalyse  
 

virtual ltdAnalyse::~ltdAnalyse   [inline, virtual]
 


Member Function Documentation

virtual const char* ltdAnalyse::Author void    const [inline, virtual]
 

Name of authors of the Object with Email in format "Firstname Lastname <email>" up to 40 chars.

Reimplemented from Parameter.

void ltdAnalyse::free void    [virtual]
 

This funcion should free unused memory (from map's etc.).

Implements Analyse.

virtual const char* ltdAnalyse::Help void    const [inline, virtual]
 

A short helptext, or description to this object.

Reimplemented from Parameter.

virtual const char* ltdAnalyse::Name void    const [inline, virtual]
 

Select a short Name for the parameter Object.

Reimplemented from Parameter.

virtual const char* ltdAnalyse::Prefix void    const [inline, virtual]
 

This function returns a unique object prefix. Use only lowercase letters (a-z) and keep this name short as possible.

Implements Parameter.

void ltdAnalyse::print void    [virtual]
 

This function printout the result of this analyse to the selected report object. Is no report object selected (report is a null pointer) - nothing should happens. (check also report first!).

Implements Analyse.

void ltdAnalyse::run std::map< std::string, unity_t > *    unity_map [virtual]
 

This function should do all calculations for this analyse, and store the result for multible print() calls until someone call free() or destroy the object.

Implements Analyse.

virtual const char* ltdAnalyse::Version void    const [inline, virtual]
 

Version up to 8 chars in the format V-.-

Reimplemented from Parameter.


Member Data Documentation

std::multimap< long, std::string > ltdAnalyse::from_traffic [private]
 

Map for the analysis.

std::map< std::string, long > ltdAnalyse::i2e_traffic_c [private]
 

Map for the analysis.

std::map< std::string, long > ltdAnalyse::mailc_2e_c [private]
 

Map for the analysis.

std::map< std::string, long > ltdAnalyse::mailc_2i_c [private]
 

Map for the analysis.

const char* const ltdAnalyse::strAuthor [private]
 

const char* const ltdAnalyse::strHelp [private]
 

const char* const ltdAnalyse::strName [private]
 

const char* const ltdAnalyse::strPrefix [private]
 

const char* const ltdAnalyse::strVersion [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Oct 15 13:54:51 2003 for Anteater.kdevelop by doxygen1.2.18