| 200 | } |
| 201 | |
| 202 | bool |
| 203 | RTDMonitor::isNodeValid(const std::string& nodeId) const |
| 204 | { |
| 205 | return impl_->isNodeValid(nodeId); |
| 206 | } |
| 207 | |
| 208 | std::string |
| 209 | RTDMonitor::getNodeValue(const std::string& nodeId, int column) const |
no outgoing calls
no test coverage detected