ngx-kel-agent - v2.0.0
    Preparing search index...

    Class WsjtxService

    Index
    clear: Signal<WsjtxClear | null>

    Signal for the latest WSJT-X "Clear" message.

    clear$: Subject<WsjtxClear> = ...

    Subject for listening to WSJT-X "Clear" messages.

    close: Signal<WsjtxClose | null>

    Signal for the latest WSJT-X "Close" message.

    close$: Subject<WsjtxClose> = ...

    Subject for listening to WSJT-X "Close" messages.

    connected: Signal<boolean>

    Signal indicating whether we're getting any messages from WSJT-X.

    connected$: BehaviorSubject<boolean> = ...

    Whether we're getting any messages from WSJT-X.

    decode: Signal<WsjtxDecode | null>

    Signal for the latest WSJT-X "Decode" message.

    decode$: Subject<WsjtxDecode> = ...

    Subject for listening to WSJT-X "Decode" messages.

    heartbeat: Signal<WsjtxHeartbeat | null>

    Signal for the latest WSJT-X "Heartbeat" message.

    heartbeat$: ReplaySubject<WsjtxHeartbeat | null> = ...

    Subject for listening to WSJT-X "Heartbeat" messages.

    loggedAdif: Signal<WsjtxLoggedAdif | null>

    Signal for the latest WSJT-X "LoggedAdif" message.

    loggedAdif$: Subject<WsjtxLoggedAdif> = ...

    Subject for listening to WSJT-X "LoggedAdif" messages.

    qsoLogged: Signal<WsjtxQsoLogged | null>

    Signal for the latest WSJT-X "QsoLogged" message.

    qsoLogged$: Subject<WsjtxQsoLogged> = ...

    Subject for listening to WSJT-X "QsoLogged" messages.

    status: Signal<WsjtxStatus | null>

    Signal for the latest WSJT-X "Status" message.

    status$: ReplaySubject<WsjtxStatus | null> = ...

    Subject for listening to WSJT-X "Status" messages.

    wsprDecode: Signal<WsjtxWsprDecode | null>

    Signal for the latest WSJT-X "WsprDecode" message.

    wsprDecode$: Subject<WsjtxWsprDecode> = ...

    Subject for listening to WSJT-X "WsprDecode" messages.

    • Send a command to WSJT-X to clear the Band Activity and Rx Frequency windows.

      Returns void

    • Send a command to WSJT-X to clear the Band Activity window.

      Returns void

    • Send a command to WSJT-X to clear the Rx Frequency window.

      Returns void

    • Send a command to WSJT-X to stop auto-transmitting after finishing the current round.

      Returns void

    • Send a command to WSJT-X to halt any transmissions immediately.

      Returns void

    • Send a command to WSJT-X to replay messages. Useful for a fresh client that wants to hear previous WSJT-X decodes.

      Returns void

    • Send a command to WSJT-X to transmit the given free text. If the text is too long to be encoded in a single message, it may be silently truncated.

      Parameters

      Returns void

    • Send a command to WSJT-X to set the local station's Maidenhead grid. This is temporary, lasting only as long as WSJT-X is running.

      Parameters

      • grid: string

      Returns void

    • Send a command to WSJT-X to switch to the named configuration.

      Parameters

      • configName: string

      Returns void

    • Given a decode message, format a string the same way as displayed in the WSJT-X Band Activity/Rx Frequency windows.

      Parameters

      Returns string

    • Given a time in milliseconds since midnight UTC, format as HHMMSS.

      Parameters

      • time: number

      Returns string