OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | Public Attributes | List of all members
Update::ParticipantStrt< Q > Struct Template Reference

#include <UpdateDataTypes.h>

Collaboration diagram for Update::ParticipantStrt< Q >:
Collaboration graph
[legend]

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

◆ ParticipantStrt()

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

Definition at line 95 of file UpdateDataTypes.h.

99  :
100  domainId(dom),
101  owner(own),
102  participantId(part),
103  participantQos(pQos) { };

Member Data Documentation

◆ domainId

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

◆ owner

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

◆ participantId

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

◆ participantQos

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

The documentation for this struct was generated from the following file: