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

Method writerTopicName

tests/DCPS/MultiRepoTest/TestConfig.cpp:218–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218std::string
219TestConfig::writerTopicName( int index) const
220{
221 if( (index < 0) || (unsigned(index) >= this->writerTopicName_.size())) {
222 throw OutOfRangeException();
223
224 } else {
225 return this->writerTopicName_[index];
226 }
227}
228
229long&
230TestConfig::subscriberDomain( int index)

Callers 2

TestSystemMethod · 0.80
TestMonitorMethod · 0.80

Calls 2

OutOfRangeExceptionClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected