/* 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 LIMIT_MODULE { public static final int LIMIT_GPSLOCK = 1; /* pre-initialization | */ public static final int LIMIT_GEOFENCE = 2; /* disabled | */ public static final int LIMIT_ALTITUDE = 4; /* checking limits | */ public static final int LIMIT_MODULE_ENUM_END = 5; /* | */ }