|
DDS4CCM
1.2.3
|
#include <DDS_TopicBase_Connector_T.h>


Public Member Functions | |
| DDS_TopicBase_Connector_T (void) | |
| virtual | ~DDS_TopicBase_Connector_T (void) |
| virtual ::DDS::StringSeq * | key_fields (void) |
| virtual void | topic_name (const char *topic_name) |
| virtual char * | topic_name (void) |
| virtual void | type_name (const char *type_name) |
| virtual char * | type_name (void) |
| virtual void | key_fields (const ::DDS::StringSeq &key_fields) |
| virtual void | configuration_complete (void) |
| virtual void | ccm_activate (void) |
| virtual void | ccm_passivate (void) |
| virtual void | ccm_remove (void) |
| virtual void | register_type (::DDS::DomainParticipant_ptr participant, const char *typesupport_name) |
| virtual void | unregister_type (::DDS::DomainParticipant_ptr participant, const char *typesupport_name) |
Public Member Functions inherited from DDS_Base_Connector_T< CCM_TYPE > | |
| DDS_Base_Connector_T (void) | |
| virtual | ~DDS_Base_Connector_T (void) |
| virtual void | set_session_context (::Components::SessionContext_ptr ctx) |
| virtual ::DDS::DomainId_t | domain_id (void) |
| virtual void | domain_id (::DDS::DomainId_t domain_id) |
| virtual char * | qos_profile (void) |
| virtual void | qos_profile (const char *qos_profile) |
Protected Types | |
| typedef DDS_Base_Connector_T < CCM_TYPE > | BaseConnector |
Protected Member Functions | |
| bool | late_binding (void) |
| void | late_binding (bool late_binding) |
| bool | late_binded (const char *topic_name) |
| bool | stop_dds (const char *topic_name) |
Protected Member Functions inherited from DDS_Base_Connector_T< CCM_TYPE > | |
| ACE_Reactor * | reactor (void) |
| Get the reactor associated with this component. More... | |
| void | init_domain (::DDS::DomainParticipant_ptr &participant) |
| void | init_topic (::DDS::DomainParticipant_ptr participant,::DDS::Topic_ptr &topic, const char *topic_name, const char *type_name) |
| void | init_publisher (::DDS::DomainParticipant_ptr participant,::DDS::Publisher_ptr &publisher) |
| void | init_subscriber (::DDS::DomainParticipant_ptr participant,::DDS::Subscriber_ptr &subscriber) |
| void | activate_topic (ACE_Reactor *reactor,::DDS::Topic_ptr topic,::DDS::TopicListener_ptr &listener) |
| void | activate_publisher (ACE_Reactor *reactor,::DDS::Publisher_ptr publisher,::DDS::PublisherListener_ptr &publisher_listener) |
| void | activate_subscriber (ACE_Reactor *reactor,::DDS::Subscriber_ptr subscriber,::DDS::SubscriberListener_ptr &subscriber_listener) |
| void | passivate_topic (::DDS::Topic_ptr topic,::DDS::TopicListener_ptr topic_listener) |
| void | passivate_publisher (::DDS::Publisher_ptr publisher,::DDS::PublisherListener_ptr publisher_listener) |
| void | passivate_subscriber (::DDS::Subscriber_ptr subscriber,::DDS::SubscriberListener_ptr subscriber_listener) |
| void | remove_topic (::DDS::DomainParticipant_ptr participant,::DDS::Topic_ptr topic) |
| void | remove_publisher (::DDS::DomainParticipant_ptr participant,::DDS::Publisher_ptr publisher) |
| void | remove_subscriber (::DDS::DomainParticipant_ptr participant,::DDS::Subscriber_ptr subscriber) |
| void | remove_domain (::DDS::DomainParticipant_ptr participant) |
Protected Member Functions inherited from CORBA::LocalObject | |
| Object (int dummy=0) | |
| TAO::Object_Proxy_Broker * | proxy_broker () const |
Protected Attributes | |
| CORBA::String_var | topic_name_ |
| CORBA::String_var | type_name_ |
| DDS::StringSeq | key_fields_ |
| ::DDS::Topic_var | topic_ |
| ::DDS::TopicListener_var | topiclistener_ |
| ::DDS::Publisher_var | publisher_ |
| ::DDS::PublisherListener_var | publisher_listener_ |
| ::DDS::Subscriber_var | subscriber_ |
| ::DDS::SubscriberListener_var | subscriber_listener_ |
| bool | init_subscriber_ |
| bool | init_publisher_ |
Protected Attributes inherited from DDS_Base_Connector_T< CCM_TYPE > | |
| ::DDS::DomainId_t | domain_id_ |
| ::CORBA::String_var | qos_profile_ |
| bool | configuration_complete_ |
| ::CIAO::DDS4CCM::Logger_Service * | dlf_ |
| ::DDS::DomainParticipant_var | domain_participant_ |
| CCM_TYPE::context_type::_var_type | context_ |
| ::DDS::DomainParticipantFactory_var | participant_factory_ |
| DDS_XML_QOS_PARSER_TYPE * | qos_xml_ |
Private Attributes | |
| bool | late_binding_ |
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) |
Wrapper facade for NDDS.
|
protected |
| DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::DDS_TopicBase_Connector_T | ( | void | ) |
|
virtual |
|
virtual |
Interface methods for the Deployment and Configuration Framework
Reimplemented from DDS_Base_Connector_T< CCM_TYPE >.
Reimplemented in DDS_State_Connector_T< CCM_TYPE, DDS_TYPE, FIXED, SEQ_TYPE >, and DDS_Event_Connector_T< CCM_TYPE, DDS_TYPE, FIXED, SEQ_TYPE >.
|
virtual |
Interface methods for the Deployment and Configuration Framework
Reimplemented from DDS_Base_Connector_T< CCM_TYPE >.
Reimplemented in DDS_State_Connector_T< CCM_TYPE, DDS_TYPE, FIXED, SEQ_TYPE >, and DDS_Event_Connector_T< CCM_TYPE, DDS_TYPE, FIXED, SEQ_TYPE >.
|
virtual |
Interface methods for the Deployment and Configuration Framework
Reimplemented from DDS_Base_Connector_T< CCM_TYPE >.
Reimplemented in DDS_State_Connector_T< CCM_TYPE, DDS_TYPE, FIXED, SEQ_TYPE >, and DDS_Event_Connector_T< CCM_TYPE, DDS_TYPE, FIXED, SEQ_TYPE >.
|
virtual |
Interface methods for the Deployment and Configuration Framework
Reimplemented from DDS_Base_Connector_T< CCM_TYPE >.
Reimplemented in DDS_State_Connector_T< CCM_TYPE, DDS_TYPE, FIXED, SEQ_TYPE >, and DDS_Event_Connector_T< CCM_TYPE, DDS_TYPE, FIXED, SEQ_TYPE >.
| DDS::StringSeq * DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::key_fields | ( | void | ) |
|
virtual |
|
protected |
|
protected |
|
protected |
|
virtual |
Type registration
Implements DDS_Base_Connector_T< CCM_TYPE >.
|
protected |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Unregister type
Implements DDS_Base_Connector_T< CCM_TYPE >.
|
protected |
|
protected |
|
protected |
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.3.1