Subscriber<T extends RosMessage<T> > constructor
- SubscriberImpl<
T> impl
Implementation
Subscriber(this.impl) {
_topic = impl.topic;
_type = impl.type;
impl.registerSubscriber();
}
Subscriber(this.impl) {
_topic = impl.topic;
_type = impl.type;
impl.registerSubscriber();
}