DDS4CCM
1.0.8
|
import "ndds_dcpsC.h";
typedef Topic_out DDS::Topic::_out_type |
Reimplemented from DDS::Entity.
Reimplemented in DDS::CCM_Topic.
typedef Topic_ptr DDS::Topic::_ptr_type |
Reimplemented from DDS::Entity.
Reimplemented in DDS::CCM_Topic.
typedef Topic_var DDS::Topic::_var_type |
Reimplemented from DDS::Entity.
Reimplemented in DDS::CCM_Topic.
DDS::Topic::Topic | ( | void | ) | [protected] |
DDS::Topic::~Topic | ( | void | ) | [protected, virtual] |
DDS::Topic::Topic | ( | const Topic & | ) | [private] |
DDS::Topic_ptr DDS::Topic::_duplicate | ( | Topic_ptr | obj | ) | [static] |
const char * DDS::Topic::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from DDS::Entity.
Reimplemented in DDS::CCM_Topic.
CORBA::Boolean DDS::Topic::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from DDS::Entity.
Reimplemented in DDS::CCM_Topic.
DDS::Topic_ptr DDS::Topic::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from DDS::Entity.
Reimplemented in DDS::CCM_Topic.
DDS::Topic_ptr DDS::Topic::_nil | ( | void | ) | [static] |
Reimplemented from DDS::Entity.
Reimplemented in DDS::CCM_Topic.
void DDS::Topic::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented from DDS::Entity.
void DDS::Topic::_tao_release | ( | Topic_ptr | obj | ) | [static] |
DDS::Topic_ptr DDS::Topic::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from DDS::Entity.
Reimplemented in DDS::CCM_Topic.
ReturnCode_t DDS::Topic::get_inconsistent_topic_status | ( | inout InconsistentTopicStatus | a_status | ) |
virtual ::DDS::ReturnCode_t DDS::Topic::get_inconsistent_topic_status | ( | ::DDS::InconsistentTopicStatus & | a_status | ) | [pure virtual] |
Implemented in CIAO::NDDS::DDS_Topic_i.
TopicListener DDS::Topic::get_listener | ( | ) |
Reimplemented in CIAO::NDDS::DDS_Topic_i.
virtual ::DDS::TopicListener_ptr DDS::Topic::get_listener | ( | void | ) | [pure virtual] |
Implemented in CIAO::NDDS::DDS_Topic_i.
ReturnCode_t DDS::Topic::get_qos | ( | inout TopicQos | qos | ) |
virtual ::DDS::ReturnCode_t DDS::Topic::get_qos | ( | ::DDS::TopicQos & | qos | ) | [pure virtual] |
Implemented in CIAO::NDDS::DDS_Topic_i.
CORBA::Boolean DDS::Topic::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from DDS::Entity.
Reimplemented in DDS::CCM_Topic.
void DDS::Topic::operator= | ( | const Topic & | ) | [private] |
ReturnCode_t DDS::Topic::set_listener | ( | in TopicListener | a_listener, |
in StatusMask | mask | ||
) |
virtual ::DDS::ReturnCode_t DDS::Topic::set_listener | ( | ::DDS::TopicListener_ptr | a_listener, |
::DDS::StatusMask | mask | ||
) | [pure virtual] |
Implemented in CIAO::NDDS::DDS_Topic_i.
ReturnCode_t DDS::Topic::set_qos | ( | in TopicQos | qos | ) |
virtual ::DDS::ReturnCode_t DDS::Topic::set_qos | ( | const ::DDS::TopicQos & | qos | ) | [pure virtual] |
Implemented in CIAO::NDDS::DDS_Topic_i.