/* 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; /** * */ public class GIMBAL_AXIS_CALIBRATION_STATUS { public static final int GIMBAL_AXIS_CALIBRATION_STATUS_IN_PROGRESS = 0; /* Axis calibration is in progress | */ public static final int GIMBAL_AXIS_CALIBRATION_STATUS_SUCCEEDED = 1; /* Axis calibration succeeded | */ public static final int GIMBAL_AXIS_CALIBRATION_STATUS_FAILED = 2; /* Axis calibration failed | */ public static final int GIMBAL_AXIS_CALIBRATION_STATUS_ENUM_END = 3; /* | */ }