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

Method multitopic_reader_enabled

dds/DCPS/SubscriberImpl.cpp:961–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959
960#ifndef OPENDDS_NO_MULTI_TOPIC
961DDS::ReturnCode_t
962SubscriberImpl::multitopic_reader_enabled(DDS::DataReader_ptr reader)
963{
964 DDS::TopicDescription_var td = reader->get_topicdescription();
965 CORBA::String_var topic = td->get_name();
966 multitopic_reader_map_[topic.in()] = DDS::DataReader::_duplicate(reader);
967 return DDS::RETCODE_OK;
968}
969
970void
971SubscriberImpl::remove_from_datareader_set(DataReaderImpl* reader)

Callers

nothing calls this directly

Calls 3

get_topicdescriptionMethod · 0.45
get_nameMethod · 0.45
inMethod · 0.45

Tested by

no test coverage detected