@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
17 lines (14 loc) • 609 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const OPEN_DRONE_ID_MESSAGE_PACK_ID = 12915;
declare const OPEN_DRONE_ID_MESSAGE_PACK_CRC_EXTRA = 0;
declare const OpenDroneIdMessagePackDefinition: MessageDefinition;
interface MessageOpenDroneIdMessagePack {
target_system: number;
target_component: number;
id_or_mac: number[];
single_message_size: number;
msg_pack_size: number;
messages: number[];
}
export { OPEN_DRONE_ID_MESSAGE_PACK_CRC_EXTRA, OPEN_DRONE_ID_MESSAGE_PACK_ID, OpenDroneIdMessagePackDefinition };
export type { MessageOpenDroneIdMessagePack };