DDS4CCM  1.0.6
Public Member Functions | Protected Types | Protected Attributes
DDS_Subscriber_Base_T Class Reference

#include <DDS_Subscriber_Base_T.h>

Collaboration diagram for DDS_Subscriber_Base_T:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DDS_Subscriber_Base_T (void)
 ~DDS_Subscriber_Base_T (void)
void set_component (::CORBA::Object_ptr component)
void configuration_complete (::DDS::Topic_ptr topic,::DDS::Subscriber_ptr subscriber, const char *qos_profile)
void activate (::CCM_DDS::PortStatusListener_ptr listener, ACE_Reactor *reactor)
void passivate (void)
void remove (::DDS::Subscriber_ptr subscriber)
DDS_Read
CCM_TYPE::data_type::_ptr_type get_data (void)
CCM_TYPE::dds_entity_type::_ptr_type get_dds_entity (void)
CCM_TYPE::filter_config_type::_ptr_type get_filter_config (void)
::CCM_DDS::QueryFilterfilter (void)
void filter (const ::CCM_DDS::QueryFilter &filter)

Protected Types

typedef
::CIAO::DDS4CCM::Reader_T
< typename CCM_TYPE::data_type,
TYPED_DDS_READER, VALUE_TYPE,
SEQ_VALUE_TYPE > 
Reader_type
typedef
::CIAO::DDS4CCM::CCM_DDS_ContentFilterSetting_i 
ContentFilterSetting_type

Protected Attributes

::CIAO::DDS4CCM::ConditionManager condition_manager_
::DDS::DataReaderListener_var listener_
::CIAO::DDS4CCM::LocalObject_Auto_Ptr_T
< ContentFilterSetting_type
cft_setting_
::CIAO::DDS4CCM::LocalObject_Auto_Ptr_T
< Reader_type
dds_read_
::CIAO::DDS4CCM::LocalObject_Auto_Ptr_T
< ::CIAO::DDS4CCM::CCM_DataReader
ccm_data_reader_
bool configuration_complete_

Detailed Description

Author:
Marcel Smit <msmit@remedy.nl>
Id:
DDS_Subscriber_Base_T.h 93117 2011-01-20 12:11:28Z mcorino

Base class for all ports, containing a reader


Member Typedef Documentation

typedef ::CIAO::DDS4CCM::Reader_T< typename CCM_TYPE::data_type, TYPED_DDS_READER, VALUE_TYPE, SEQ_VALUE_TYPE> DDS_Subscriber_Base_T::Reader_type [protected]

Constructor & Destructor Documentation

DDS_Subscriber_Base_T::DDS_Subscriber_Base_T ( void  )
DDS_Subscriber_Base_T::~DDS_Subscriber_Base_T ( void  )

Member Function Documentation

void DDS_Subscriber_Base_T::activate ( ::CCM_DDS::PortStatusListener_ptr  listener,
ACE_Reactor reactor 
)
void DDS_Subscriber_Base_T::configuration_complete ( ::DDS::Topic_ptr  topic,
::DDS::Subscriber_ptr  subscriber,
const char *  qos_profile 
)

Reimplemented in DDS_Get_T.

::CCM_DDS::QueryFilter* DDS_Subscriber_Base_T::filter ( void  )
void DDS_Subscriber_Base_T::filter ( const ::CCM_DDS::QueryFilter filter)
CCM_TYPE::data_type::_ptr_type DDS_Subscriber_Base_T::get_data ( void  )
CCM_TYPE::dds_entity_type::_ptr_type DDS_Subscriber_Base_T::get_dds_entity ( void  )
CCM_TYPE::filter_config_type::_ptr_type DDS_Subscriber_Base_T::get_filter_config ( void  )
void DDS_Subscriber_Base_T::passivate ( void  )
void DDS_Subscriber_Base_T::remove ( ::DDS::Subscriber_ptr  subscriber)

Reimplemented in DDS_StateListen_T, DDS_Listen_T, and DDS_Get_T.

void DDS_Subscriber_Base_T::set_component ( ::CORBA::Object_ptr  component)

Reimplemented in DDS_StateListen_T, DDS_Listen_T, and DDS_Get_T.


Member Data Documentation

::DDS::DataReaderListener_var DDS_Subscriber_Base_T::listener_ [protected]

DDS_Subscriber_Base_T

Reimplemented in DDS_Get_T.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines