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

Method getNodeValue

tools/excelRTD/RTDMonitor.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208std::string
209RTDMonitor::getNodeValue(const std::string& nodeId, int column) const
210{
211 return impl_->getNodeValue(nodeId, column);
212}
213
214std::string
215RTDMonitor::getNodeColor(const std::string& nodeId, int column) const

Callers 5

resultFromNodeListMethod · 0.45
getModelNameMethod · 0.45
getTransportNamesMethod · 0.45
ConnectDataMethod · 0.45
RefreshDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected