Public Member Functions

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.

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


The documentation for this class was generated from the following file: