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

#include <UpdateDataTypes.h>

Collaboration diagram for Update::TopicStrt< Q, S >:
Collaboration graph
[legend]

Public Member Functions

 TopicStrt (DomainIdType dom, IdType to, IdType pa, const char *na, const char *da, Q tQos)
 

Public Attributes

DomainIdType domainId
 
IdType topicId
 
IdType participantId
 
name
 
dataType
 
topicQos
 

Detailed Description

template<typename Q, typename S>
struct Update::TopicStrt< Q, S >

Definition at line 63 of file UpdateDataTypes.h.

Constructor & Destructor Documentation

◆ TopicStrt()

template<typename Q , typename S >
Update::TopicStrt< Q, S >::TopicStrt ( DomainIdType  dom,
IdType  to,
IdType  pa,
const char *  na,
const char *  da,
tQos 
)
inline

Definition at line 71 of file UpdateDataTypes.h.

77  :
78  domainId(dom),
79  topicId(to),
80  participantId(pa),
81  name(na),
82  dataType(da),
83  topicQos(tQos) { };
DomainIdType domainId

Member Data Documentation

◆ dataType

template<typename Q , typename S >
S Update::TopicStrt< Q, S >::dataType

◆ domainId

template<typename Q , typename S >
DomainIdType Update::TopicStrt< Q, S >::domainId

◆ name

template<typename Q , typename S >
S Update::TopicStrt< Q, S >::name

◆ participantId

template<typename Q , typename S >
IdType Update::TopicStrt< Q, S >::participantId

◆ topicId

template<typename Q , typename S >
IdType Update::TopicStrt< Q, S >::topicId

◆ topicQos

template<typename Q , typename S >
Q Update::TopicStrt< Q, S >::topicQos

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