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.
{
return check_and_cast<GlobalStatistics*>(
simulation.getModuleByPath("globalObserver.globalStatistics"));
}
1.7.1