#include <Iguana/Framework/interface/IgNet.h>
Public Attributes | |
uint32_t | flags |
lat::Time | lastreq |
std::string | name |
DataBlob | rawdata |
uint64_t | version |
Definition at line 48 of file IgNet.h.
uint32_t IgNet::Object::flags |
Definition at line 53 of file IgNet.h.
Referenced by IgNet::makeObject(), IgNet::onMessage(), edm::service::IguanaService::produceEvent(), IgNet::purgeDeadObjects(), IgNet::receive(), IgNet::sendObjectToPeer(), and IgNet::updateLocalObject().
Definition at line 54 of file IgNet.h.
Referenced by IgNet::makeObject(), IgNet::onMessage(), edm::service::IguanaService::produceEvent(), and IgNet::purgeDeadObjects().
std::string IgNet::Object::name |
Definition at line 51 of file IgNet.h.
Referenced by IgNet::makeObject(), edm::service::IguanaService::produceEvent(), IgNet::purgeDeadObjects(), IgNet::releaseWaiters(), IgNet::sendObjectToPeer(), and IgNet::updateLocalObject().
Definition at line 52 of file IgNet.h.
Referenced by IgNet::onMessage(), edm::service::IguanaService::produceEvent(), IgNet::purgeDeadObjects(), IgNet::sendObjectToPeer(), and IgNet::updateLocalObject().
uint64_t IgNet::Object::version |
Definition at line 50 of file IgNet.h.
Referenced by IgNet::makeObject(), IgNet::onMessage(), edm::service::IguanaService::produceEvent(), IgNet::purgeDeadObjects(), IgNet::sendObjectToPeer(), and IgNet::updateLocalObject().