#include <UpdateDataTypes.h>
Collaboration diagram for Update::ActorStrt< PSQ, RWQ, C, T, CSP >:
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 122 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 134 of file UpdateDataTypes.h.
00145 : domainId(dom), 00146 actorId(act), 00147 topicId(top), 00148 participantId(part), 00149 type(typ), 00150 callback(call), 00151 pubsubQos(pub), 00152 drdwQos(drdw), 00153 transportInterfaceInfo(trans), 00154 contentSubscriptionProfile(csProf) 00155 { };
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::actorId |
Definition at line 124 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), and OpenDDS::Federator::ManagerImpl::create().
C Update::ActorStrt< PSQ, RWQ, C, T, CSP >::callback |
Definition at line 128 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(), and OpenDDS::Federator::ManagerImpl::create().
CSP Update::ActorStrt< PSQ, RWQ, C, T, CSP >::contentSubscriptionProfile |
Definition at line 132 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(), and OpenDDS::Federator::ManagerImpl::create().
DomainIdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::domainId |
Definition at line 123 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), and OpenDDS::Federator::ManagerImpl::create().
RWQ Update::ActorStrt< PSQ, RWQ, C, T, CSP >::drdwQos |
Definition at line 130 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(), and OpenDDS::Federator::ManagerImpl::create().
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::participantId |
Definition at line 126 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), and OpenDDS::Federator::ManagerImpl::create().
PSQ Update::ActorStrt< PSQ, RWQ, C, T, CSP >::pubsubQos |
Definition at line 129 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(), and OpenDDS::Federator::ManagerImpl::create().
IdType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::topicId |
Definition at line 125 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), and OpenDDS::Federator::ManagerImpl::create().
T Update::ActorStrt< PSQ, RWQ, C, T, CSP >::transportInterfaceInfo |
Definition at line 131 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(), and OpenDDS::Federator::ManagerImpl::create().
ActorType Update::ActorStrt< PSQ, RWQ, C, T, CSP >::type |