@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
10 lines (8 loc) • 482 B
TypeScript
type MAV_BATTERY_FUNCTION = 0 | 1 | 2 | 3 | 4;
declare const MAV_BATTERY_FUNCTION_UNKNOWN: 0;
declare const MAV_BATTERY_FUNCTION_ALL: 1;
declare const MAV_BATTERY_FUNCTION_PROPULSION: 2;
declare const MAV_BATTERY_FUNCTION_AVIONICS: 3;
declare const MAV_BATTERY_FUNCTION_PAYLOAD: 4;
export { MAV_BATTERY_FUNCTION_ALL, MAV_BATTERY_FUNCTION_AVIONICS, MAV_BATTERY_FUNCTION_PAYLOAD, MAV_BATTERY_FUNCTION_PROPULSION, MAV_BATTERY_FUNCTION_UNKNOWN };
export type { MAV_BATTERY_FUNCTION };