(callerId string, key string, value interface{})
| 268 | } |
| 269 | |
| 270 | func (node *defaultNode) paramUpdate(callerId string, key string, value interface{}) (interface{}, error) { |
| 271 | return buildRosApiResult(-1, "Not implemented", 0), nil |
| 272 | } |
| 273 | |
| 274 | func (node *defaultNode) publisherUpdate(callerId string, topic string, publishers []interface{}) (interface{}, error) { |
| 275 | node.logger.Debug("Slave API publisherUpdate() called.") |
no test coverage detected