#include <DQMNet.h>
Public Attributes | |
AutoPeer * | automatic |
DataBlob | incoming |
unsigned | mask |
std::string | peeraddr |
size_t | sendpos |
Bucket * | sendq |
lat::Socket * | socket |
bool | source |
bool | update |
bool | updated |
size_t | updates |
size_t | waiting |
AutoPeer* DQMNet::Peer::automatic |
Definition at line 148 of file DQMNet.h.
Referenced by DQMNet::losePeer(), DQMNet::onPeerData(), and DQMNet::run().
DataBlob DQMNet::Peer::incoming |
Definition at line 138 of file DQMNet.h.
Referenced by DQMNet::onPeerData().
unsigned DQMNet::Peer::mask |
Definition at line 142 of file DQMNet.h.
Referenced by DQMNet::onPeerConnect(), DQMNet::onPeerData(), DQMNet::run(), and DQMNet::updateMask().
std::string DQMNet::Peer::peeraddr |
Definition at line 136 of file DQMNet.h.
Referenced by DQMNet::losePeer(), DQMNet::onMessage(), DQMNet::onPeerConnect(), DQMNet::onPeerData(), DQMNet::run(), and DQMNet::updateMask().
size_t DQMNet::Peer::sendpos |
Definition at line 140 of file DQMNet.h.
Referenced by DQMNet::onPeerData().
Bucket* DQMNet::Peer::sendq |
Definition at line 139 of file DQMNet.h.
Referenced by DQMNet::losePeer(), DQMNet::onPeerData(), DQMNet::requestObjectData(), DQMNet::run(), and DQMNet::updateMask().
lat::Socket* DQMNet::Peer::socket |
Definition at line 137 of file DQMNet.h.
Referenced by DQMNet::losePeer(), DQMNet::onPeerConnect(), DQMNet::onPeerData(), DQMNet::run(), and DQMNet::updateMask().
bool DQMNet::Peer::source |
Definition at line 143 of file DQMNet.h.
Referenced by DQMNet::onMessage(), and confdb.HLTProcess::specificCustomize().
bool DQMNet::Peer::update |
Definition at line 144 of file DQMNet.h.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), python.seqvaluedict.seqdict::__setslice__(), Vispa.Gui.VispaWidget.VispaWidget::autosize(), Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Views.LineDecayView.LineDecayContainer::deselectAllObjects(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::deselectAllWidgets(), Vispa.Gui.VispaWidget.VispaWidget::enableAutosizing(), python.seqvaluedict.seqdict::extend(), progressbar.ProgressBar::finish(), Vispa.Gui.MenuWidget.MenuWidget::leaveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), Vispa.Gui.MenuWidget.MenuWidget::mouseMoveEvent(), Vispa.Views.LineDecayView.LineDecayContainer::mouseMoveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseReleaseEvent(), Vispa.Views.LineDecayView.LineDecayContainer::objectMoved(), DQMNet::onMessage(), MatrixUtil.Steps::overwrite(), Vispa.Views.LineDecayView.LineDecayContainer::removeObject(), Vispa.Gui.ConnectableWidget.ConnectableWidget::removePorts(), Vispa.Gui.FindDialog.FindDialog::reset(), DQMNet::run(), Vispa.Gui.PortConnection.PointToPointConnection::select(), Vispa.Gui.VispaWidget.VispaWidget::select(), Vispa.Views.LineDecayView.LineDecayContainer::select(), Vispa.Gui.VispaWidget.VispaWidget::setText(), Vispa.Gui.VispaWidget.VispaWidget::setTitle(), Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom(), Vispa.Views.LineDecayView.LineDecayContainer::setZoom(), and Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().
size_t DQMNet::Peer::updates |
Definition at line 146 of file DQMNet.h.
Referenced by DQMNet::onMessage().
size_t DQMNet::Peer::waiting |
Definition at line 147 of file DQMNet.h.
Referenced by DQMNet::onPeerData(), DQMNet::updateMask(), and DQMNet::waitForData().