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

Method getIorList

tools/monitor/MonitorData.cpp:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void
42Monitor::MonitorData::getIorList( QList<QString>& iorList)
43{
44 for( MonitorTask::IorKeyMap::const_iterator
45 location = this->dataSource_->iorKeyMap().begin();
46 location != this->dataSource_->iorKeyMap().end();
47 ++location) {
48 iorList.append( QString( QObject::tr( location->first.c_str())));
49 }
50}
51
52bool
53Monitor::MonitorData::setRepoIor( const QString& ior)

Callers 1

ViewerMethod · 0.80

Calls 3

beginMethod · 0.45
endMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected