/* 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_REQUIRED { public static final int GIMBAL_AXIS_CALIBRATION_REQUIRED_UNKNOWN = 0; /* Whether or not this axis requires calibration is unknown at this time | */ public static final int GIMBAL_AXIS_CALIBRATION_REQUIRED_TRUE = 1; /* This axis requires calibration | */ public static final int GIMBAL_AXIS_CALIBRATION_REQUIRED_FALSE = 2; /* This axis does not require calibration | */ public static final int GIMBAL_AXIS_CALIBRATION_REQUIRED_ENUM_END = 3; /* | */ }