1 #ifndef GAUDIPYTHON_PYTHONSCRIPTINGSVC_H 2 #define GAUDIPYTHON_PYTHONSCRIPTINGSVC_H 39 #endif // GAUDIPYTHON_PYTHONSCRIPTINGSVC_H The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
const std::string & name() const override
Retrieve name of the service.
~PythonScriptingSvc() override
Destructor.
StatusCode run() override
Run the service by taking full control. [IRunable::run()].
StatusCode finalize() override
Finalize the service. [IService::finalize()].
This class is used for returning status codes from appropriate routines.
std::string m_startupScript
Startup script.
This service handles scripting implemented using Python.
Base class used to extend a class implementing other interfaces.
StatusCode initialize() override
Initialize the service. [IService::initialize()].
PythonScriptingSvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.