@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
17 lines (14 loc) • 515 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const MOUNT_CONFIGURE_ID = 156;
declare const MOUNT_CONFIGURE_CRC_EXTRA = 0;
declare const MountConfigureDefinition: MessageDefinition;
interface MessageMountConfigure {
target_system: number;
target_component: number;
mount_mode: number;
stab_roll: number;
stab_pitch: number;
stab_yaw: number;
}
export { MOUNT_CONFIGURE_CRC_EXTRA, MOUNT_CONFIGURE_ID, MountConfigureDefinition };
export type { MessageMountConfigure };