| 165 | void SetNodeName(const char* name) { this->SetNodeName(0, name); } |
| 166 | const char* GetNodeName(unsigned int nodeId); |
| 167 | const char* GetNodeName() { return this->GetNodeName(0); } |
| 168 | ///@} |
| 169 | |
| 170 | ///@{ |
nothing calls this directly
no test coverage detected