MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / enable_filtering

Method enable_filtering

dds/DCPS/DataReaderImpl.cpp:2965–2973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2963
2964#ifndef OPENDDS_NO_CONTENT_FILTERED_TOPIC
2965void
2966DataReaderImpl::enable_filtering(ContentFilteredTopicImpl* cft)
2967{
2968 cft->add_reader(*this);
2969 {
2970 ACE_Guard<ACE_Thread_Mutex> guard(content_filtered_topic_mutex_);
2971 content_filtered_topic_ = cft;
2972 }
2973}
2974
2975DDS::ContentFilteredTopic_ptr
2976DataReaderImpl::get_cf_topic() const

Callers 1

create_datareaderMethod · 0.80

Calls 1

add_readerMethod · 0.45

Tested by

no test coverage detected