DABC (Data Acquisition Backbone Core)  2.9.9
Public Member Functions | Data Fields
dabc::PublisherEntry Struct Reference

#include <dabc/Publisher.h>

Public Member Functions

PublisherEntryoperator= (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
 
HierarchyStorestore
 
uint64_t version
 
bool waiting_publisher
 
std::string worker
 

Detailed Description

Definition at line 90 of file Publisher.h.

Constructor & Destructor Documentation

◆ PublisherEntry() [1/2]

dabc::PublisherEntry::PublisherEntry ( )
inline

Definition at line 105 of file Publisher.h.

◆ PublisherEntry() [2/2]

dabc::PublisherEntry::PublisherEntry ( const PublisherEntry src)
inline

Definition at line 111 of file Publisher.h.

◆ ~PublisherEntry()

dabc::PublisherEntry::~PublisherEntry ( )

Definition at line 85 of file Publisher.cxx.

Member Function Documentation

◆ operator=()

PublisherEntry& dabc::PublisherEntry::operator= ( const PublisherEntry src)
inline

Definition at line 119 of file Publisher.h.

Field Documentation

◆ id

unsigned dabc::PublisherEntry::id

Definition at line 91 of file Publisher.h.

◆ path

std::string dabc::PublisherEntry::path

Definition at line 92 of file Publisher.h.

◆ worker

std::string dabc::PublisherEntry::worker

Definition at line 93 of file Publisher.h.

◆ fulladdr

std::string dabc::PublisherEntry::fulladdr

Definition at line 94 of file Publisher.h.

◆ hier

void* dabc::PublisherEntry::hier

Definition at line 95 of file Publisher.h.

◆ version

uint64_t dabc::PublisherEntry::version

Definition at line 96 of file Publisher.h.

◆ lastglvers

uint64_t dabc::PublisherEntry::lastglvers

Definition at line 97 of file Publisher.h.

◆ local

bool dabc::PublisherEntry::local

Definition at line 98 of file Publisher.h.

◆ mgrsubitem

bool dabc::PublisherEntry::mgrsubitem

Definition at line 99 of file Publisher.h.

◆ errcnt

int dabc::PublisherEntry::errcnt

Definition at line 100 of file Publisher.h.

◆ waiting_publisher

bool dabc::PublisherEntry::waiting_publisher

Definition at line 101 of file Publisher.h.

◆ rem

Hierarchy dabc::PublisherEntry::rem

Definition at line 102 of file Publisher.h.

◆ store

HierarchyStore* dabc::PublisherEntry::store

Definition at line 103 of file Publisher.h.


The documentation for this struct was generated from the following files: