DDS4CCM  1.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Attributes | List of all members
DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE > Class Template Reference

#include <DDS_TopicBase_Connector_T.h>

Inheritance diagram for DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >:
Inheritance graph
Collaboration diagram for DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >:
Collaboration graph

Public Member Functions

 DDS_TopicBase_Connector_T (void)
 
virtual ~DDS_TopicBase_Connector_T (void)
 
virtual ::DDS::StringSeqkey_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_Reactorreactor (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_Brokerproxy_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_Servicedlf_
 
::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)
 

Detailed Description

template<typename CCM_TYPE, typename DDS_TYPE, typename SEQ_TYPE>
class DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >

Author
Marcel Smit (msmit.nosp@m.@rem.nosp@m.edy.n.nosp@m.l)
Id:
DDS_TopicBase_Connector_T.h 96867 2013-02-27 08:21:02Z johnnyw

Wrapper facade for NDDS.

Member Typedef Documentation

template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
typedef DDS_Base_Connector_T<CCM_TYPE> DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::BaseConnector
protected

Constructor & Destructor Documentation

template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::DDS_TopicBase_Connector_T ( void  )
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::~DDS_TopicBase_Connector_T ( void  )
virtual

Member Function Documentation

template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
void DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::ccm_activate ( void  )
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 >.

template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
void DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::ccm_passivate ( void  )
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 >.

template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
void DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::ccm_remove ( void  )
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 >.

template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
void DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::configuration_complete ( void  )
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 >.

template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
DDS::StringSeq * DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::key_fields ( void  )
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
void DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::key_fields ( const ::DDS::StringSeq key_fields)
virtual
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
bool DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::late_binded ( const char *  topic_name)
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
bool DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::late_binding ( void  )
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
void DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::late_binding ( bool  late_binding)
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
void DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::register_type ( ::DDS::DomainParticipant_ptr  participant,
const char *  typesupport_name 
)
virtual

Type registration

Implements DDS_Base_Connector_T< CCM_TYPE >.

template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
bool DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::stop_dds ( const char *  topic_name)
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
void DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::topic_name ( const char *  topic_name)
virtual
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
char * DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::topic_name ( void  )
virtual
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
void DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::type_name ( const char *  type_name)
virtual
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
char * DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::type_name ( void  )
virtual
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
void DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::unregister_type ( ::DDS::DomainParticipant_ptr  participant,
const char *  typesupport_name 
)
virtual

Unregister type

Implements DDS_Base_Connector_T< CCM_TYPE >.

Member Data Documentation

template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
bool DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::init_publisher_
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
bool DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::init_subscriber_
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
DDS::StringSeq DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::key_fields_
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
bool DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::late_binding_
private
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
::DDS::Publisher_var DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::publisher_
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
::DDS::PublisherListener_var DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::publisher_listener_
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
::DDS::Subscriber_var DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::subscriber_
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
::DDS::SubscriberListener_var DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::subscriber_listener_
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
::DDS::Topic_var DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::topic_
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
CORBA::String_var DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::topic_name_
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
::DDS::TopicListener_var DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::topiclistener_
protected
template<typename CCM_TYPE , typename DDS_TYPE , typename SEQ_TYPE >
CORBA::String_var DDS_TopicBase_Connector_T< CCM_TYPE, DDS_TYPE, SEQ_TYPE >::type_name_
protected

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