#include <IDybIODaqSvc.h>
Inheritance diagram for IDybIODaqSvc:
Public Types | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| virtual StatusCode | setEventEntry (const unsigned int entry)=0 |
| Sets the entry number within the ROOT stream of the incoming Event. | |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | release ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Definition at line 13 of file IDybIODaqSvc.h.
| static const InterfaceID& IDybIODaqSvc::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Definition at line 19 of file IDybIODaqSvc.h.
00019 { 00020 return IID_IDybIODaqSvc; 00021 }
| virtual StatusCode IDybIODaqSvc::setEventEntry | ( | const unsigned int | entry | ) | [pure virtual] |
1.4.7