Update::TopicStrt< Q, S > Struct Template Reference

#include <UpdateDataTypes.h>

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

List of all members.

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

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.

00077                        :
00078       domainId(dom),
00079       topicId(to),
00080       participantId(pa),
00081       name(na),
00082       dataType(da),
00083       topicQos(tQos) { };
};


Member Data Documentation

template<typename Q , typename S >
S Update::TopicStrt< Q, S >::dataType
template<typename Q , typename S >
DomainIdType Update::TopicStrt< Q, S >::domainId
template<typename Q , typename S >
S Update::TopicStrt< Q, S >::name
template<typename Q , typename S >
IdType Update::TopicStrt< Q, S >::participantId
template<typename Q , typename S >
IdType Update::TopicStrt< Q, S >::topicId
template<typename Q , typename S >
Q Update::TopicStrt< Q, S >::topicQos

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