@foxglove/ros1
Version:
Standalone TypeScript implementation of the ROS 1 (Robot Operating System) protocol with a pluggable transport layer
12 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SubscriberLink = void 0;
class SubscriberLink {
constructor(connectionId, destinationCallerId, client) {
this.connectionId = connectionId;
this.destinationCallerId = destinationCallerId;
this.client = client;
}
}
exports.SubscriberLink = SubscriberLink;
//# sourceMappingURL=SubscriberLink.js.map