Publisher<T extends RosMessage<T>> constructor

Publisher<T extends RosMessage<T>>(
  1. PublisherImpl<T> impl
)

Implementation

Publisher(this.impl) {
  _topic = impl.topic;
  _type = impl.type;
  impl.registerPublisher();
}