@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
13 lines (10 loc) • 425 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const GOPRO_SET_RESPONSE_ID = 219;
declare const GOPRO_SET_RESPONSE_CRC_EXTRA = 0;
declare const GoproSetResponseDefinition: MessageDefinition;
interface MessageGoproSetResponse {
cmd_id: number;
status: number;
}
export { GOPRO_SET_RESPONSE_CRC_EXTRA, GOPRO_SET_RESPONSE_ID, GoproSetResponseDefinition };
export type { MessageGoproSetResponse };