The Gaudi Framework  v29r0 (ff2e7097)
ITimelineSvc Class Referenceabstract

#include <GaudiKernel/ITimelineSvc.h>

Inheritance diagram for ITimelineSvc:
Collaboration diagram for ITimelineSvc:

Public Member Functions

 DeclareInterfaceID (ITimelineSvc, 1, 0)
 InterfaceID. More...
 
virtual void registerTimelineEvent (const TimelineEvent &)=0
 
virtual void getTimelineEvent (TimelineEvent &) const =0
 
virtual bool isEnabled () const =0
 
- Public Member Functions inherited from IService
 DeclareInterfaceID (IService, 4, 0)
 InterfaceID. More...
 
virtual StatusCode sysInitialize ()=0
 Initialize Service. More...
 
virtual StatusCode sysStart ()=0
 Start Service. More...
 
virtual StatusCode sysStop ()=0
 Stop Service. More...
 
virtual StatusCode sysFinalize ()=0
 Finalize Service. More...
 
virtual StatusCode sysReinitialize ()=0
 Re-initialize the Service. More...
 
virtual StatusCode sysRestart ()=0
 Re-start the Service. More...
 
- Public Member Functions inherited from extend_interfaces< INamedInterface, IStateful >
 ~extend_interfaces () override=default
 Virtual destructor. More...
 

Additional Inherited Members

- Public Types inherited from extend_interfaces< INamedInterface, IStateful >
using ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids... >::type
 take union of the ext_iids of all Interfaces... More...
 
- Protected Member Functions inherited from IService
virtual void setServiceManager (ISvcManager *)=0
 

Detailed Description

Definition at line 24 of file ITimelineSvc.h.

Member Function Documentation

ITimelineSvc::DeclareInterfaceID ( ITimelineSvc  ,
,
 
)
virtual void ITimelineSvc::getTimelineEvent ( TimelineEvent ) const
pure virtual
virtual bool ITimelineSvc::isEnabled ( ) const
pure virtual
virtual void ITimelineSvc::registerTimelineEvent ( const TimelineEvent )
pure virtual

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