/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * java mavlink generator tool. It should not be modified by hand. */ package com.MAVLink.enums; /** * Enumeration of battery functions */ public class MAV_BATTERY_FUNCTION { public static final int MAV_BATTERY_FUNCTION_UNKNOWN = 0; /* Lithium polymere battery | */ public static final int MAV_BATTERY_FUNCTION_ALL = 1; /* Battery supports all flight systems | */ public static final int MAV_BATTERY_FUNCTION_PROPULSION = 2; /* Battery for the propulsion system | */ public static final int MAV_BATTERY_FUNCTION_AVIONICS = 3; /* Avionics battery | */ public static final int MAV_BATTERY_TYPE_PAYLOAD = 4; /* Payload battery | */ public static final int MAV_BATTERY_FUNCTION_ENUM_END = 5; /* | */ }