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

    Enumeration SignalType

    Possible signal types. The value must match the kvadblib value.

    NOTE (known proto3 deviation): The zero value is SIGNAL_TYPE_INVALID rather than SIGNAL_TYPE_UNSPECIFIED because the values are mapped directly to kvadblib constants (0 = invalid/unrecognised type). Changing the zero value would require cascading changes across the service implementation.

    Index

    Enumeration Members

    SIGNAL_TYPE_DOUBLE: 4

    SIGNAL_TYPE_DOUBLE - Double, strictly 64 bit long

    SIGNAL_TYPE_FLOAT: 3

    SIGNAL_TYPE_FLOAT - Float, strictly 32 bit long

    SIGNAL_TYPE_INVALID: 0
    SIGNAL_TYPE_SIGNED: 1

    SIGNAL_TYPE_SIGNED - Signed integer

    SIGNAL_TYPE_UNSIGNED: 2

    SIGNAL_TYPE_UNSIGNED - Unsigned integer

    UNRECOGNIZED: -1