/* 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 types */ public class MAV_BATTERY_TYPE { public static final int MAV_BATTERY_TYPE_UNKNOWN = 0; /* Not specified. | */ public static final int MAV_BATTERY_TYPE_LIPO = 1; /* Lithium polymere battery | */ public static final int MAV_BATTERY_TYPE_LIFE = 2; /* Lithium ferrite battery | */ public static final int MAV_BATTERY_TYPE_LION = 3; /* Lithium-ION battery | */ public static final int MAV_BATTERY_TYPE_NIMH = 4; /* Nickel metal hydride battery | */ public static final int MAV_BATTERY_TYPE_ENUM_END = 5; /* | */ }