@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
14 lines (11 loc) • 454 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const GOPRO_GET_REQUEST_ID = 216;
declare const GOPRO_GET_REQUEST_CRC_EXTRA = 0;
declare const GoproGetRequestDefinition: MessageDefinition;
interface MessageGoproGetRequest {
target_system: number;
target_component: number;
cmd_id: number;
}
export { GOPRO_GET_REQUEST_CRC_EXTRA, GOPRO_GET_REQUEST_ID, GoproGetRequestDefinition };
export type { MessageGoproGetRequest };