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 89 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 95 of file UpdateDataTypes.h.

00099                       :
00100       domainId(dom),
00101       owner(own),
00102       participantId(part),
00103       participantQos(pQos) { };
};


Member Data Documentation

template<typename Q >
DomainIdType Update::ParticipantStrt< Q >::domainId
template<typename Q >
long Update::ParticipantStrt< Q >::owner
template<typename Q >
IdType Update::ParticipantStrt< Q >::participantId
template<typename Q >
Q Update::ParticipantStrt< Q >::participantQos

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1