cn.wsyjlly.mavlink.common.v1.enums.mav.cmd.MavCmdDoLast 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 = 240, name = "MAV_CMD_DO_LAST", hasLocation = "null", isDestination = "null", description = "NOP - This command is only used to mark the upper limit of the DO commands in the enumeration")
public enum MavCmdDoLast {
/**
* Empty
*/
@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