#include <UpdateDataTypes.h>
Public Member Functions | |
ParticipantStrt (DomainIdType dom, long own, IdType part, Q pQos) | |
Public Attributes | |
DomainIdType | domainId |
long | owner |
IdType | participantId |
Q | participantQos |
Definition at line 89 of file UpdateDataTypes.h.
Update::ParticipantStrt< Q >::ParticipantStrt | ( | DomainIdType | dom, | |
long | own, | |||
IdType | part, | |||
Q | pQos | |||
) | [inline] |
Definition at line 95 of file UpdateDataTypes.h.
00099 : 00100 domainId(dom), 00101 owner(own), 00102 participantId(part), 00103 participantQos(pQos) { }; };
DomainIdType Update::ParticipantStrt< Q >::domainId |
Definition at line 90 of file UpdateDataTypes.h.
Referenced by Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), and TAO_DDS_DCPSInfo_i::receive_image().
long Update::ParticipantStrt< Q >::owner |
Definition at line 91 of file UpdateDataTypes.h.
Referenced by Update::PersistenceUpdater::create(), and OpenDDS::Federator::ManagerImpl::create().
IdType Update::ParticipantStrt< Q >::participantId |
Definition at line 92 of file UpdateDataTypes.h.
Referenced by Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), and TAO_DDS_DCPSInfo_i::receive_image().
Q Update::ParticipantStrt< Q >::participantQos |
Definition at line 93 of file UpdateDataTypes.h.
Referenced by Update::ParticipantStrt< QosSeq >::cleanup(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), Update::ParticipantStrt< QosSeq >::ParticipantStrt(), and TAO_DDS_DCPSInfo_i::receive_image().