UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

19 lines (16 loc) 600 B
import { MessageDefinition } from '../../../core/types.js'; declare const ISBD_LINK_STATUS_ID = 335; declare const ISBD_LINK_STATUS_CRC_EXTRA = 0; declare const IsbdLinkStatusDefinition: MessageDefinition; interface MessageIsbdLinkStatus { timestamp: number; last_heartbeat: number; failed_sessions: number; successful_sessions: number; signal_quality: number; ring_pending: number; tx_session_pending: number; rx_session_pending: number; } export { ISBD_LINK_STATUS_CRC_EXTRA, ISBD_LINK_STATUS_ID, IsbdLinkStatusDefinition }; export type { MessageIsbdLinkStatus };