GlobalStatisticsAccess Class Reference

Gives access to the GlobalStatistics module. More...

#include <GlobalStatisticsAccess.h>

List of all members.

Public Member Functions

GlobalStatisticsget ()
 returns the GlobalStatistics module

Detailed Description

Gives access to the GlobalStatistics module.

Definition at line 33 of file GlobalStatisticsAccess.h.


Member Function Documentation

GlobalStatistics* GlobalStatisticsAccess::get (  )  [inline]

returns the GlobalStatistics module

Returns:
the GlobalStatistics module

Definition at line 42 of file GlobalStatisticsAccess.h.

00043     {
00044         return check_and_cast<GlobalStatistics*>(
00045                 simulation.getModuleByPath("globalObserver.globalStatistics"));
00046     }


The documentation for this class was generated from the following file:
Generated on Wed May 26 16:21:17 2010 for OverSim by  doxygen 1.6.3