@foxglove/ros1
Version:
Standalone TypeScript implementation of the ROS 1 (Robot Operating System) protocol with a pluggable transport layer
6 lines • 326 B
TypeScript
import { NetworkInterface } from "../TcpTypes";
export declare function getPid(): number;
export declare function getEnvVar(envVar: string): string | undefined;
export declare function getHostname(): string | undefined;
export declare function getNetworkInterfaces(): NetworkInterface[];
//# sourceMappingURL=platform.d.ts.map