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

Method readerTopicName

tests/DCPS/MultiRepoTest/TestConfig.cpp:196–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196std::string
197TestConfig::readerTopicName( int index) const
198{
199 if( (index < 0) || (unsigned(index) >= this->readerTopicName_.size())) {
200 throw OutOfRangeException();
201
202 } else {
203 return this->readerTopicName_[index];
204 }
205}
206
207std::string&
208TestConfig::writerTopicName( int index)

Callers 2

TestSystemMethod · 0.80
TestMonitorMethod · 0.80

Calls 2

OutOfRangeExceptionClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected