cn.wsyjlly.mavlink.common.v1.enums.mav.cmd.MavCmdDoFlighttermination Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mavlink Show documentation
Show all versions of mavlink Show documentation
mavlink protocol description
The newest version!
package cn.wsyjlly.mavlink.common.v1.enums.mav.cmd;
import cn.wsyjlly.mavlink.annotation.MavlinkEnumMavCmdEntry;
import cn.wsyjlly.mavlink.annotation.MavlinkEnumMavCmdEntryParam;
/**********************************
* Author YSW
* Description
* Date 2020.11.26 - 02:45
**********************************/
@MavlinkEnumMavCmdEntry(value = 185, name = "MAV_CMD_DO_FLIGHTTERMINATION", hasLocation = "null", isDestination = "null", description = "Terminate flight immediately")
public enum MavCmdDoFlighttermination {
/**
* Flight termination activated if gt 0.5
*/
@MavlinkEnumMavCmdEntryParam(index = 1)
PARAM_1(),
/**
* Empty
*/
@MavlinkEnumMavCmdEntryParam(index = 2)
PARAM_2(),
/**
* Empty
*/
@MavlinkEnumMavCmdEntryParam(index = 3)
PARAM_3(),
/**
* Empty
*/
@MavlinkEnumMavCmdEntryParam(index = 4)
PARAM_4(),
/**
* Empty
*/
@MavlinkEnumMavCmdEntryParam(index = 5)
PARAM_5(),
/**
* Empty
*/
@MavlinkEnumMavCmdEntryParam(index = 6)
PARAM_6(),
/**
* Empty
*/
@MavlinkEnumMavCmdEntryParam(index = 7)
PARAM_7(),
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy