DABC (Data Acquisition Backbone Core)
2.9.9
|
#include <dabc/Publisher.h>
Public Member Functions | |
PublisherEntry & | operator= (const PublisherEntry &src) |
PublisherEntry () | |
PublisherEntry (const PublisherEntry &src) | |
~PublisherEntry () | |
Data Fields | |
int | errcnt |
std::string | fulladdr |
void * | hier |
unsigned | id |
uint64_t | lastglvers |
bool | local |
bool | mgrsubitem |
std::string | path |
Hierarchy | rem |
HierarchyStore * | store |
uint64_t | version |
bool | waiting_publisher |
std::string | worker |
Definition at line 90 of file Publisher.h.
|
inline |
Definition at line 105 of file Publisher.h.
|
inline |
Definition at line 111 of file Publisher.h.
dabc::PublisherEntry::~PublisherEntry | ( | ) |
Definition at line 85 of file Publisher.cxx.
|
inline |
Definition at line 119 of file Publisher.h.
unsigned dabc::PublisherEntry::id |
Definition at line 91 of file Publisher.h.
std::string dabc::PublisherEntry::path |
Definition at line 92 of file Publisher.h.
std::string dabc::PublisherEntry::worker |
Definition at line 93 of file Publisher.h.
std::string dabc::PublisherEntry::fulladdr |
Definition at line 94 of file Publisher.h.
void* dabc::PublisherEntry::hier |
Definition at line 95 of file Publisher.h.
uint64_t dabc::PublisherEntry::version |
Definition at line 96 of file Publisher.h.
uint64_t dabc::PublisherEntry::lastglvers |
Definition at line 97 of file Publisher.h.
bool dabc::PublisherEntry::local |
Definition at line 98 of file Publisher.h.
bool dabc::PublisherEntry::mgrsubitem |
Definition at line 99 of file Publisher.h.
int dabc::PublisherEntry::errcnt |
Definition at line 100 of file Publisher.h.
bool dabc::PublisherEntry::waiting_publisher |
Definition at line 101 of file Publisher.h.
Hierarchy dabc::PublisherEntry::rem |
Definition at line 102 of file Publisher.h.
HierarchyStore* dabc::PublisherEntry::store |
Definition at line 103 of file Publisher.h.