Gives access to the GlobalStatistics module. More...
#include <GlobalStatisticsAccess.h>
Public Member Functions | |
GlobalStatistics * | get () |
returns the GlobalStatistics module |
Gives access to the GlobalStatistics module.
Definition at line 33 of file GlobalStatisticsAccess.h.
GlobalStatistics* GlobalStatisticsAccess::get | ( | ) | [inline] |
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 }