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

Method get_topicdescription

dds/DCPS/DataReaderImpl.cpp:919–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917}
918
919DDS::TopicDescription_ptr DataReaderImpl::get_topicdescription()
920{
921#ifndef OPENDDS_NO_CONTENT_FILTERED_TOPIC
922 {
923 ACE_Guard<ACE_Thread_Mutex> guard(content_filtered_topic_mutex_);
924 if (content_filtered_topic_) {
925 return DDS::TopicDescription::_duplicate(content_filtered_topic_.get());
926 }
927 }
928#endif
929 return DDS::TopicDescription::_duplicate(topic_desc_.in());
930}
931
932DDS::Subscriber_ptr DataReaderImpl::get_subscriber()
933{

Callers 13

ACE_TMAINFunction · 0.45
joinMethod · 0.45
delete_datareaderMethod · 0.45
get_type_supportMethod · 0.45
ACE_TMAINFunction · 0.45
test_cleanupFunction · 0.45
run_testFunction · 0.45
readMethod · 0.45
readMethod · 0.45
print_samplesFunction · 0.45

Calls 2

getMethod · 0.45
inMethod · 0.45

Tested by 3

ACE_TMAINFunction · 0.36
test_cleanupFunction · 0.36
run_testFunction · 0.36