UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

13 lines (10 loc) 387 B
import { MessageDefinition } from '../../../core/types.js'; declare const SYSTEM_TIME_ID = 2; declare const SYSTEM_TIME_CRC_EXTRA = 137; declare const SystemTimeDefinition: MessageDefinition; interface MessageSystemTime { time_unix_usec: number; time_boot_ms: number; } export { SYSTEM_TIME_CRC_EXTRA, SYSTEM_TIME_ID, SystemTimeDefinition }; export type { MessageSystemTime };