Interface IStreamTypeMap

interface IStreamTypeMap {
    battery: IBattery;
    bitset: IBitset;
    file: IFile;
    health: IHealth;
    image: IImage;
    json: string;
    localization: ILocalization;
    location: ILocation;
    numeric: number;
    numeric set: INumericSetEntry[];
    point cloud: IPointCloud;
    text: string;
    transform tree: ITransformNode;
    video: IVideo;
}

Properties

battery: IBattery
bitset: IBitset
file: IFile
health: IHealth
image: IImage
json: string
localization: ILocalization
location: ILocation
numeric: number
numeric set: INumericSetEntry[]
point cloud: IPointCloud
text: string
transform tree: ITransformNode
video: IVideo

Generated using TypeDoc