#include <UpdateDataTypes.h>
Public Member Functions | |
ActorStrt (DomainIdType dom, IdType act, IdType top, IdType part, ActorType typ, const char *call, PSQ pub, RWQ drdw, T trans, CSP csProf) | |
Public Attributes | |
DomainIdType | domainId |
IdType | actorId |
IdType | topicId |
IdType | participantId |
ActorType | type |
C | callback |
PSQ | pubsubQos |
RWQ | drdwQos |
T | transportInterfaceInfo |
CSP | contentSubscriptionProfile |
Definition at line 128 of file UpdateDataTypes.h.
Update::ActorStrt< PSQ, RWQ, C, T, CSP >::ActorStrt | ( | DomainIdType | dom, | |
IdType | act, | |||
IdType | top, | |||
IdType | part, | |||
ActorType | typ, | |||
const char * | call, | |||
PSQ | pub, | |||
RWQ | drdw, | |||
T | trans, | |||
CSP | csProf | |||
) | [inline] |
Definition at line 140 of file UpdateDataTypes.h.
00151 : domainId(dom), 00152 actorId(act), 00153 topicId(top), 00154 participantId(part), 00155 type(typ), 00156 callback(call), 00157 pubsubQos(pub), 00158 drdwQos(drdw), 00159 transportInterfaceInfo(trans), 00160 contentSubscriptionProfile(csProf) 00161 { };
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::actorId |
Definition at line 130 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), Update::Manager::pushImage(), and TAO_DDS_DCPSInfo_i::receive_image().
C Update::ActorStrt< PSQ, RWQ, C, T, CSP >::callback |
Definition at line 134 of file UpdateDataTypes.h.
Referenced by Update::ActorStrt< QosSeq, QosSeq, ACE_CString, BinSeq, ContentSubscriptionBin >::ActorStrt(), Update::Manager::add(), Update::ActorStrt< QosSeq, QosSeq, ACE_CString, BinSeq, ContentSubscriptionBin >::cleanup(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), Update::Manager::pushImage(), and TAO_DDS_DCPSInfo_i::receive_image().
CSP Update::ActorStrt< PSQ, RWQ, C, T, CSP >::contentSubscriptionProfile |
Definition at line 138 of file UpdateDataTypes.h.
Referenced by Update::ActorStrt< QosSeq, QosSeq, ACE_CString, BinSeq, ContentSubscriptionBin >::ActorStrt(), Update::Manager::add(), Update::ActorStrt< QosSeq, QosSeq, ACE_CString, BinSeq, ContentSubscriptionBin >::cleanup(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), Update::Manager::pushImage(), and TAO_DDS_DCPSInfo_i::receive_image().
DomainIdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::domainId |
Definition at line 129 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), Update::Manager::pushImage(), and TAO_DDS_DCPSInfo_i::receive_image().
RWQ Update::ActorStrt< PSQ, RWQ, C, T, CSP >::drdwQos |
Definition at line 136 of file UpdateDataTypes.h.
Referenced by Update::ActorStrt< QosSeq, QosSeq, ACE_CString, BinSeq, ContentSubscriptionBin >::ActorStrt(), Update::Manager::add(), Update::ActorStrt< QosSeq, QosSeq, ACE_CString, BinSeq, ContentSubscriptionBin >::cleanup(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), Update::Manager::pushImage(), and TAO_DDS_DCPSInfo_i::receive_image().
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::participantId |
Definition at line 132 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), Update::Manager::pushImage(), and TAO_DDS_DCPSInfo_i::receive_image().
PSQ Update::ActorStrt< PSQ, RWQ, C, T, CSP >::pubsubQos |
Definition at line 135 of file UpdateDataTypes.h.
Referenced by Update::ActorStrt< QosSeq, QosSeq, ACE_CString, BinSeq, ContentSubscriptionBin >::ActorStrt(), Update::Manager::add(), Update::ActorStrt< QosSeq, QosSeq, ACE_CString, BinSeq, ContentSubscriptionBin >::cleanup(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), Update::Manager::pushImage(), and TAO_DDS_DCPSInfo_i::receive_image().
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::topicId |
Definition at line 131 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), Update::Manager::pushImage(), and TAO_DDS_DCPSInfo_i::receive_image().
T Update::ActorStrt< PSQ, RWQ, C, T, CSP >::transportInterfaceInfo |
Definition at line 137 of file UpdateDataTypes.h.
Referenced by Update::ActorStrt< QosSeq, QosSeq, ACE_CString, BinSeq, ContentSubscriptionBin >::ActorStrt(), Update::Manager::add(), Update::ActorStrt< QosSeq, QosSeq, ACE_CString, BinSeq, ContentSubscriptionBin >::cleanup(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), Update::Manager::pushImage(), and TAO_DDS_DCPSInfo_i::receive_image().
ActorType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::type |
Definition at line 133 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), and Update::Manager::pushImage().