#include <UpdateDataTypes.h>
Collaboration diagram for Update::TopicStrt< Q, S >:

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 |
| S | name |
| S | dataType |
| Q | topicQos |
Definition at line 59 of file UpdateDataTypes.h.
| Update::TopicStrt< Q, S >::TopicStrt | ( | DomainIdType | dom, | |
| IdType | to, | |||
| IdType | pa, | |||
| const char * | na, | |||
| const char * | da, | |||
| Q | tQos | |||
| ) | [inline] |
Definition at line 67 of file UpdateDataTypes.h.
00073 : domainId(dom), 00074 topicId(to), 00075 participantId(pa), 00076 name(na), 00077 dataType(da), 00078 topicQos(tQos) { };
| S Update::TopicStrt< Q, S >::dataType |
Definition at line 64 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::TopicStrt< QosSeq, ACE_CString >::cleanup(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), and Update::TopicStrt< QosSeq, ACE_CString >::TopicStrt().
| DomainIdType Update::TopicStrt< Q, S >::domainId |
Definition at line 60 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), and OpenDDS::Federator::ManagerImpl::create().
| S Update::TopicStrt< Q, S >::name |
Definition at line 63 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::TopicStrt< QosSeq, ACE_CString >::cleanup(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), and Update::TopicStrt< QosSeq, ACE_CString >::TopicStrt().
| IdType Update::TopicStrt< Q, S >::participantId |
Definition at line 62 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), and OpenDDS::Federator::ManagerImpl::create().
| IdType Update::TopicStrt< Q, S >::topicId |
Definition at line 61 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), and OpenDDS::Federator::ManagerImpl::create().
| Q Update::TopicStrt< Q, S >::topicQos |
Definition at line 65 of file UpdateDataTypes.h.
Referenced by Update::Manager::add(), Update::TopicStrt< QosSeq, ACE_CString >::cleanup(), Update::PersistenceUpdater::create(), OpenDDS::Federator::ManagerImpl::create(), and Update::TopicStrt< QosSeq, ACE_CString >::TopicStrt().
1.4.7