/* 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 GOPRO_HEARTBEAT_STATUS { public static final int GOPRO_HEARTBEAT_STATUS_DISCONNECTED = 0; /* No GoPro connected | */ public static final int GOPRO_HEARTBEAT_STATUS_INCOMPATIBLE = 1; /* The detected GoPro is not HeroBus compatible | */ public static final int GOPRO_HEARTBEAT_STATUS_CONNECTED = 2; /* A HeroBus compatible GoPro is connected | */ public static final int GOPRO_HEARTBEAT_STATUS_ERROR = 3; /* An unrecoverable error was encountered with the connected GoPro, it may require a power cycle | */ public static final int GOPRO_HEARTBEAT_STATUS_ENUM_END = 4; /* | */ }