/* 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 PARACHUTE_ACTION { public static final int PARACHUTE_DISABLE = 0; /* Disable parachute release | */ public static final int PARACHUTE_ENABLE = 1; /* Enable parachute release | */ public static final int PARACHUTE_RELEASE = 2; /* Release parachute | */ public static final int PARACHUTE_ACTION_ENUM_END = 3; /* | */ }