![]() |
The Gaudi Framework
v27r0
|
#include <GaudiKernel/IHiveWhiteBoard.h>


Public Member Functions | |
| DeclareInterfaceID (IHiveWhiteBoard, 1, 0) | |
| InterfaceID. More... | |
| virtual StatusCode | selectStore (size_t partitionIndex)=0 |
| Activate an given 'slot' for all subsequent calls within the same thread id. More... | |
| virtual StatusCode | clearStore (size_t partitionIndex)=0 |
| Clear an given 'slot'. More... | |
| virtual StatusCode | setNumberOfStores (size_t slots)=0 |
| Set the number of 'slots'. More... | |
| virtual size_t | getNumberOfStores ()=0 |
| Get the number of 'slots'. More... | |
| virtual StatusCode | getNewDataObjects (std::vector< std::string > &products)=0 |
| Get the latest new data objects registred in store. More... | |
| virtual bool | newDataObjectsPresent ()=0 |
| Check if something is new in the whiteboard without getting the products. More... | |
| virtual size_t | allocateStore (int evtnumber)=0 |
| Allocate a store partition for new event. More... | |
| virtual StatusCode | freeStore (size_t partitionIndex)=0 |
| Free a store partition. More... | |
| virtual size_t | getPartitionNumber (int eventnumber) const =0 |
| Get the partition number corresponding to a given event. More... | |
| DeclareInterfaceID (IHiveWhiteBoard, 1, 0) | |
| InterfaceID. More... | |
| virtual StatusCode | selectStore (size_t partitionIndex)=0 |
| Activate an given 'slot' for all subsequent calls within the same thread id. More... | |
| virtual StatusCode | clearStore (size_t partitionIndex)=0 |
| Clear an given 'slot'. More... | |
| virtual StatusCode | setNumberOfStores (size_t slots)=0 |
| Set the number of 'slots'. More... | |
| virtual size_t | getNumberOfStores ()=0 |
| Get the number of 'slots'. More... | |
| virtual StatusCode | getNewDataObjects (std::vector< std::string > &products)=0 |
| Get the latest new data objects registred in store. More... | |
| virtual bool | newDataObjectsPresent ()=0 |
| Check if something is new in the whiteboard without getting the products. More... | |
| virtual size_t | allocateStore (int evtnumber)=0 |
| Allocate a store partition for new event. More... | |
| virtual StatusCode | freeStore (size_t partitionIndex)=0 |
| Free a store partition. More... | |
| virtual size_t | getPartitionNumber (int eventnumber) const =0 |
| Get the partition number corresponding to a given event. More... | |
Public Member Functions inherited from IInterface | |
| virtual void * | i_cast (const InterfaceID &) const =0 |
| main cast function More... | |
| virtual std::vector< std::string > | getInterfaceNames () const =0 |
| Returns a vector of strings containing the names of all the implemented interfaces. More... | |
| virtual unsigned long | addRef ()=0 |
| Increment the reference count of Interface instance. More... | |
| virtual unsigned long | release ()=0 |
| Release Interface instance. More... | |
| virtual unsigned long | refCount () const =0 |
| Current reference count. More... | |
| virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
| Set the void** to the pointer to the requested interface of the instance. More... | |
| virtual | ~IInterface ()=default |
| Virtual destructor. More... | |
| virtual void * | i_cast (const InterfaceID &) const =0 |
| main cast function More... | |
| virtual std::vector< std::string > | getInterfaceNames () const =0 |
| Returns a vector of strings containing the names of all the implemented interfaces. More... | |
| virtual unsigned long | addRef ()=0 |
| Increment the reference count of Interface instance. More... | |
| virtual unsigned long | release ()=0 |
| Release Interface instance. More... | |
| virtual unsigned long | refCount () const =0 |
| Current reference count. More... | |
| virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
| Set the void** to the pointer to the requested interface of the instance. More... | |
| virtual | ~IInterface ()=default |
| Virtual destructor. More... | |
Additional Inherited Members | |
Public Types inherited from IInterface | |
| enum | Status { SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR, SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR } |
| Return status. More... | |
| enum | Status { SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR, SUCCESS = 1, NO_INTERFACE, VERSMISMATCH, LAST_ERROR } |
| Return status. More... | |
| using | iid = Gaudi::InterfaceId< IInterface, 0, 0 > |
| Interface ID. More... | |
| using | ext_iids = Gaudi::interface_list< iid > |
| Extra interfaces. More... | |
| using | iid = Gaudi::InterfaceId< IInterface, 0, 0 > |
| Interface ID. More... | |
| using | ext_iids = Gaudi::interface_list< iid > |
| Extra interfaces. More... | |
Static Public Member Functions inherited from IInterface | |
| static const InterfaceID & | interfaceID () |
| Return an instance of InterfaceID identifying the interface. More... | |
| static const InterfaceID & | interfaceID () |
| Return an instance of InterfaceID identifying the interface. More... | |
Definition at line 17 of file IHiveWhiteBoard.h.
|
pure virtual |
Allocate a store partition for new event.
| evtnumber | [IN] Event number |
| partition | [OUT] Returned slot or partition number |
|
pure virtual |
Allocate a store partition for new event.
| evtnumber | [IN] Event number |
| partition | [OUT] Returned slot or partition number |
|
pure virtual |
Clear an given 'slot'.
| partition | [IN] Partition number (event slot) * |
|
pure virtual |
Clear an given 'slot'.
| partition | [IN] Partition number (event slot) * |
| IHiveWhiteBoard::DeclareInterfaceID | ( | IHiveWhiteBoard | , |
| 1 | , | ||
| 0 | |||
| ) |
| IHiveWhiteBoard::DeclareInterfaceID | ( | IHiveWhiteBoard | , |
| 1 | , | ||
| 0 | |||
| ) |
|
pure virtual |
Free a store partition.
| partition | [IN] Partition number |
|
pure virtual |
Free a store partition.
| partition | [IN] Partition number |
|
pure virtual |
Get the latest new data objects registred in store.
| products | [IN] Partition number (event slot) * |
|
pure virtual |
Get the latest new data objects registred in store.
| products | [IN] Partition number (event slot) * |
|
pure virtual |
Get the number of 'slots'.
|
pure virtual |
Get the number of 'slots'.
|
pure virtual |
Get the partition number corresponding to a given event.
| evtnumber | [IN] Event number |
|
pure virtual |
Get the partition number corresponding to a given event.
| evtnumber | [IN] Event number |
|
pure virtual |
Check if something is new in the whiteboard without getting the products.
| products | [IN] Partition number (event slot) * |
|
pure virtual |
Check if something is new in the whiteboard without getting the products.
| products | [IN] Partition number (event slot) * |
|
pure virtual |
Activate an given 'slot' for all subsequent calls within the same thread id.
| partition | [IN] Partition number (event slot) * |
|
pure virtual |
Activate an given 'slot' for all subsequent calls within the same thread id.
| partition | [IN] Partition number (event slot) * |
|
pure virtual |
Set the number of 'slots'.
| partition | [IN] Partition number (event slot) * |
|
pure virtual |
Set the number of 'slots'.
| partition | [IN] Partition number (event slot) * |