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