@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
14 lines (11 loc) • 430 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const GOPRO_HEARTBEAT_ID = 215;
declare const GOPRO_HEARTBEAT_CRC_EXTRA = 0;
declare const GoproHeartbeatDefinition: MessageDefinition;
interface MessageGoproHeartbeat {
status: number;
capture_mode: number;
flags: number;
}
export { GOPRO_HEARTBEAT_CRC_EXTRA, GOPRO_HEARTBEAT_ID, GoproHeartbeatDefinition };
export type { MessageGoproHeartbeat };