Public Member Functions

Topic< T > Class Template Reference

#include <Topic.hpp>

List of all members.

Public Member Functions

 Topic (const std::string &the_name, const std::string &the_type_name, const dds::topic::qos::TopicQos &the_qos, const dds::core::smart_ptr_traits< dds::domain::detail::DomainParticipantHolder >::ref_type &dp)
template<typename SELF >
::dds::core::cond::StatusCondition
< SELF > 
status_condition (const SELF &self) const
const dds::topic::qos::TopicQos qos () const
void qos (const dds::topic::qos::TopicQos &the_qos)
dds::core::status::InconsistentTopicStatus inconsistent_topic_status ()

Detailed Description

template<typename T>
class dds::topic::detail::Topic< T >

Definition at line 31 of file Topic.hpp.


Constructor & Destructor Documentation

Topic ( const std::string &  the_name,
const std::string &  the_type_name,
const dds::topic::qos::TopicQos the_qos,
const dds::core::smart_ptr_traits< dds::domain::detail::DomainParticipantHolder >::ref_type &  dp 
) [inline]

Definition at line 33 of file Topic.hpp.


Member Function Documentation

dds::core::status::InconsistentTopicStatus inconsistent_topic_status (  )  [inline]

Definition at line 62 of file Topic.hpp.

const dds::topic::qos::TopicQos qos (  )  const [inline]

Definition at line 54 of file Topic.hpp.

void qos ( const dds::topic::qos::TopicQos the_qos  )  [inline]

Definition at line 58 of file Topic.hpp.

::dds::core::cond::StatusCondition<SELF> status_condition ( const SELF &  self  )  const [inline]

Returns a StatusCondition instance associated with this Entity.

Definition at line 48 of file Topic.hpp.


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