OverSim
GlobalParametersAccess Class Reference

Gives access to the GlobalParameters module. More...

#include <GlobalParametersAccess.h>

Public Member Functions

GlobalParametersget ()
 returns the GlobalParameters module

Detailed Description

Gives access to the GlobalParameters module.

Definition at line 35 of file GlobalParametersAccess.h.

Member Function Documentation

GlobalParameters* GlobalParametersAccess::get ( )
inline

returns the GlobalParameters module

Returns
the GlobalParameters module

Definition at line 45 of file GlobalParametersAccess.h.

Referenced by BaseOverlay::initialize().

{
return (GlobalParameters*)
simulation.getModuleByPath("globalObserver.globalParameters");
}

The documentation for this class was generated from the following file: