| 154 | |
| 155 | NodeUID parentUID(void) const { return _parent; } |
| 156 | void set_parentUID(const NodeUID& p) { _parent = p; } |
| 157 | |
| 158 | int32_t alt(void) const { return _alt; } |
| 159 | void set_alt(int32_t alt) { _alt = alt; } |
no outgoing calls
no test coverage detected