Update::ParticipantStrt< Q > Struct Template Reference

#include <UpdateDataTypes.h>

Collaboration diagram for Update::ParticipantStrt< Q >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ParticipantStrt (DomainIdType dom, long own, IdType part, Q pQos)

Public Attributes

DomainIdType domainId
long owner
IdType participantId
participantQos

Detailed Description

template<typename Q>
struct Update::ParticipantStrt< Q >

Definition at line 84 of file UpdateDataTypes.h.


Constructor & Destructor Documentation

template<typename Q>
Update::ParticipantStrt< Q >::ParticipantStrt ( DomainIdType  dom,
long  own,
IdType  part,
pQos 
) [inline]

Definition at line 90 of file UpdateDataTypes.h.

00094                        : domainId(dom),
00095       owner(own),
00096       participantId(part),
00097       participantQos(pQos) { };


Member Data Documentation

template<typename Q>
DomainIdType Update::ParticipantStrt< Q >::domainId

Definition at line 85 of file UpdateDataTypes.h.

Referenced by Update::PersistenceUpdater::create(), and OpenDDS::Federator::ManagerImpl::create().

template<typename Q>
long Update::ParticipantStrt< Q >::owner

Definition at line 86 of file UpdateDataTypes.h.

Referenced by Update::PersistenceUpdater::create(), and OpenDDS::Federator::ManagerImpl::create().

template<typename Q>
IdType Update::ParticipantStrt< Q >::participantId

Definition at line 87 of file UpdateDataTypes.h.

Referenced by Update::PersistenceUpdater::create(), and OpenDDS::Federator::ManagerImpl::create().

template<typename Q>
Q Update::ParticipantStrt< Q >::participantQos

Definition at line 88 of file UpdateDataTypes.h.

Referenced by Update::ParticipantStrt< QosSeq >::cleanup(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), and Update::ParticipantStrt< QosSeq >::ParticipantStrt().


The documentation for this struct was generated from the following file:
Generated on Fri Feb 12 20:06:52 2016 for OpenDDS by  doxygen 1.4.7