#include <GlobalStatisticsAccess.h>
Public Member Functions | |
GlobalStatistics * | get () |
returns the GlobalStatistics module |
GlobalStatistics* GlobalStatisticsAccess::get | ( | ) | [inline] |
returns the GlobalStatistics module
00046 { 00047 return (GlobalStatistics*) 00048 simulation.moduleByPath("globalObserver.globalStatistics"); 00049 }