Canboat ts-pgns
    Preparing search index...

    Interface PGN_128001Interface

    PGN: 128001

    Description: Vessel Acceleration

    Explanation: The Vessel Acceleration PGN transmits the acceleration of the vessel in all three axes, ahead/astern, port/starboard, and up/down.

    interface PGN_128001Interface {
        description?: string;
        dst: number;
        fields: PGN_128001Fields;
        input?: string[];
        pgn: number;
        prio: number;
        src?: number;
        timestamp?: string;
        getDefinition(): Definition;
    }

    Hierarchy

    Implemented by

    Index

    Properties

    description?: string
    dst: number
    input?: string[]
    pgn: number
    prio: number
    src?: number
    timestamp?: string

    Methods