#include <GlobalStatisticsAccess.h>
Public Member Functions | |
| GlobalStatistics * | get () |
| returns 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 }
1.5.8