Publisher<T extends RosMessage<T> > constructor
- PublisherImpl<
T> impl
Implementation
Publisher(this.impl) {
_topic = impl.topic;
_type = impl.type;
impl.registerPublisher();
}
Publisher(this.impl) {
_topic = impl.topic;
_type = impl.type;
impl.registerPublisher();
}