@squawk
    Preparing search index...

    Interface ExtendedSquitterVelocity

    A DF17/18 extended squitter airborne velocity message.

    interface ExtendedSquitterVelocity {
        icaoHex: string;
        kind: "extendedSquitterVelocity";
        messageSource: MessageSource;
        velocity: AirborneVelocity;
    }

    Hierarchy (View Summary)

    Index
    icaoHex: string

    24-bit hex address from the message's AA field. A real, registered ICAO Mode-S address when messageSource is icaoDirect/icaoTisb/adsr - an anonymous or ground-assigned identifier, not a registered ICAO address, when messageSource is anonymousDirect/anonymousTisb.

    kind: "extendedSquitterVelocity"

    Discriminant tag identifying this as a decoded airborne velocity message.

    messageSource: MessageSource

    Where this message's address and data actually came from - see MessageSource.

    The decoded velocity.