Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Interface ISignalData

    Interface for signal data.

    interface ISignalData {
        doubleValue: number;
        name: string;
        qualifiedName: string;
        sourceId?: string;
        stringValue?: string;
        timeUs: Long;
        unit: string;
    }
    Index

    Properties

    doubleValue: number

    The double value of the signal.

    name: string

    The name of the signal.

    qualifiedName: string

    The qualified name of the signal.

    sourceId?: string

    The source identifier of the signal.

    stringValue?: string

    Optional string value of the signal.

    timeUs: Long

    The timestamp of the signal data in microseconds.

    unit: string

    The unit of the signal.