![]() |
The Gaudi Framework
v27r0
|
Class definition of AppMgrRunable. More...
#include <src/ApplicationMgr/AppMgrRunable.h>
Public Member Functions | |
AppMgrRunable (const std::string &nam, ISvcLocator *svcLoc) | |
Standard Constructor. More... | |
~AppMgrRunable () override=default | |
Standard Destructor. More... | |
StatusCode | initialize () override |
IService implementation: initialize the service. More... | |
StatusCode | start () override |
IService implementation: start the service. More... | |
StatusCode | stop () override |
IService implementation: stop the service. More... | |
StatusCode | finalize () override |
IService implementation: finalize the service. More... | |
StatusCode | run () override |
IRunable implementation : Run the class implementation. More... | |
![]() | |
void * | i_cast (const InterfaceID &tid) const override |
Implementation of IInterface::i_cast. More... | |
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
Implementation of IInterface::queryInterface. More... | |
std::vector< std::string > | getInterfaceNames () const override |
Implementation of IInterface::getInterfaceNames. More... | |
~extends () override=default | |
Virtual destructor. More... | |
void * | i_cast (const InterfaceID &tid) const override |
Implementation of IInterface::i_cast. More... | |
StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
Implementation of IInterface::queryInterface. More... | |
std::vector< std::string > | getInterfaceNames () const override |
Implementation of IInterface::getInterfaceNames. More... | |
~extends () override=default | |
Virtual destructor. More... | |
![]() | |
~extend_interfaces () override=default | |
Virtual destructor. More... | |
~extend_interfaces () override=default | |
Virtual destructor. More... | |
Protected Attributes | |
IAppMgrUI * | m_appMgrUI = nullptr |
Reference to application manager UI. More... | |
int | m_evtMax |
Number of events to be processed. More... | |
Additional Inherited Members | |
![]() | |
using | base_class = extends |
Typedef to this class. More... | |
using | extend_interfaces_base = extend_interfaces< Interfaces...> |
Typedef to the base of this class. More... | |
using | base_class = extends |
Typedef to this class. More... | |
using | extend_interfaces_base = extend_interfaces< Interfaces...> |
Typedef to the base of this class. More... | |
![]() | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
take union of the ext_iids of all Interfaces... More... | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
take union of the ext_iids of all Interfaces... More... | |
Class definition of AppMgrRunable.
This is the default runnable of the application manager. The runable handles the actual run() implementation of the ApplicationMgr object. This implementation just calls ApplicationMgr::nextEvent(...).
History:
+---------+----------------------------------------------+---------+ | Date | Comment | Who | +---------+----------------------------------------------+---------+ |13/12/00 | Initial version | M.Frank | +---------+----------------------------------------------+---------+
Definition at line 28 of file AppMgrRunable.h.
AppMgrRunable::AppMgrRunable | ( | const std::string & | nam, |
ISvcLocator * | svcLoc | ||
) |
|
overridedefault |
Standard Destructor.
|
override |
IService implementation: finalize the service.
Definition at line 47 of file AppMgrRunable.cpp.
|
override |
IService implementation: initialize the service.
Definition at line 21 of file AppMgrRunable.cpp.
|
override |
IRunable implementation : Run the class implementation.
Definition at line 55 of file AppMgrRunable.cpp.
|
override |
IService implementation: start the service.
Definition at line 35 of file AppMgrRunable.cpp.
|
override |
IService implementation: stop the service.
Definition at line 41 of file AppMgrRunable.cpp.
|
protected |
Reference to application manager UI.
Definition at line 31 of file AppMgrRunable.h.
|
protected |
Number of events to be processed.
Definition at line 33 of file AppMgrRunable.h.