|
DDS4CCM
1.2.3
|
#include <Topic.h>


Public Member Functions | |
| DDS_Topic_i (::DDSTopic *topic,::DDS::DomainParticipant_ptr dp) | |
| Constructor. More... | |
| virtual | ~DDS_Topic_i (void) |
| Destructor. More... | |
| virtual ::DDS::ReturnCode_t | set_qos (const ::DDS::TopicQos &qos) |
| virtual ::DDS::ReturnCode_t | get_qos (::DDS::TopicQos &qos) |
| virtual ::DDS::ReturnCode_t | set_listener (::DDS::TopicListener_ptr a_listener,::DDS::StatusMask mask) |
| virtual ::DDS::TopicListener_ptr | get_listener (void) |
| virtual ::DDS::ReturnCode_t | get_inconsistent_topic_status (::DDS::InconsistentTopicStatus &a_status) |
| virtual ::DDS::ReturnCode_t | enable (void) |
| virtual ::DDS::StatusCondition_ptr | get_statuscondition (void) |
| virtual ::DDS::StatusMask | get_status_changes (void) |
| virtual ::DDS::InstanceHandle_t | get_instance_handle (void) |
| virtual char * | get_type_name (void) |
| virtual char * | get_name (void) |
| virtual ::DDS::DomainParticipant_ptr | get_participant (void) |
| ::DDSTopic * | get_rti_entity (void) |
| void | set_rti_entity (::DDSTopic *topic) |
Public Member Functions inherited from DDS::Topic | |
| ReturnCode_t | set_qos (in TopicQos qos) |
| ReturnCode_t | get_qos (inout TopicQos qos) |
| ReturnCode_t | set_listener (in TopicListener a_listener, in StatusMask mask) |
| ReturnCode_t | get_inconsistent_topic_status (inout InconsistentTopicStatus a_status) |
Private Member Functions | |
| DDSTopic * | rti_entity (void) |
Private Attributes | |
| ::DDSTopic * | rti_entity_ |
| ::DDS::DomainParticipant_var | dp_ |
| ::DDS::TopicListener_var | topic_listener_ |
Additional Inherited Members | |
Public Types inherited from CORBA::LocalObject | |
| typedef Object_ptr | _ptr_type |
| typedef Object_var | _var_type |
| typedef Object_out | _out_type |
Static Public Member Functions inherited from CORBA::LocalObject | |
| static CORBA::Boolean | marshal (const Object_ptr x, TAO_OutputCDR &cdr) |
| static void | _tao_any_destructor (void *) |
| static CORBA::Boolean | is_nil_i (CORBA::Object_ptr obj) |
| static void | tao_object_initialize (Object *) |
| static CORBA::Object_ptr | _duplicate (CORBA::Object_ptr obj) |
| static CORBA::Object_ptr | _nil (void) |
| static CORBA::Object_ptr | _narrow (CORBA::Object_ptr obj) |
Protected Member Functions inherited from CORBA::LocalObject | |
| Object (int dummy=0) | |
| TAO::Object_Proxy_Broker * | proxy_broker () const |
| CIAO::NDDS::DDS_Topic_i::DDS_Topic_i | ( | ::DDSTopic * | topic, |
| ::DDS::DomainParticipant_ptr | dp | ||
| ) |
Constructor.
|
virtual |
Destructor.
| DDS::ReturnCode_t CIAO::NDDS::DDS_Topic_i::enable | ( | void | ) |
Implements DDS::Entity.
| DDS::ReturnCode_t CIAO::NDDS::DDS_Topic_i::get_inconsistent_topic_status | ( | ::DDS::InconsistentTopicStatus & | a_status | ) |
| DDS::InstanceHandle_t CIAO::NDDS::DDS_Topic_i::get_instance_handle | ( | void | ) |
Implements DDS::Entity.
| DDS::TopicListener_ptr CIAO::NDDS::DDS_Topic_i::get_listener | ( | void | ) |
Implements DDS::Topic.
|
virtual |
Implements DDS::TopicDescription.
| DDS::DomainParticipant_ptr CIAO::NDDS::DDS_Topic_i::get_participant | ( | void | ) |
Implements DDS::TopicDescription.
| DDS::ReturnCode_t CIAO::NDDS::DDS_Topic_i::get_qos | ( | ::DDS::TopicQos & | qos | ) |
| DDSTopic * CIAO::NDDS::DDS_Topic_i::get_rti_entity | ( | void | ) |
| DDS::StatusMask CIAO::NDDS::DDS_Topic_i::get_status_changes | ( | void | ) |
Implements DDS::Entity.
| DDS::StatusCondition_ptr CIAO::NDDS::DDS_Topic_i::get_statuscondition | ( | void | ) |
Implements DDS::Entity.
|
virtual |
Implements DDS::TopicDescription.
|
private |
| DDS::ReturnCode_t CIAO::NDDS::DDS_Topic_i::set_listener | ( | ::DDS::TopicListener_ptr | a_listener, |
| ::DDS::StatusMask | mask | ||
| ) |
| DDS::ReturnCode_t CIAO::NDDS::DDS_Topic_i::set_qos | ( | const ::DDS::TopicQos & | qos | ) |
| void CIAO::NDDS::DDS_Topic_i::set_rti_entity | ( | ::DDSTopic * | topic | ) |
|
private |
|
private |
|
private |
1.8.3.1