Annotation Interface MavInfo


@Target(TYPE) @Retention(RUNTIME) public @interface MavInfo
An Annotation providing more information about a MAVLink-Message.
See Also:
MavlinkMessage
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The calculated CRC_EXTRA byte for this message.
    int
    Equivalent to the message id of the MAVLink-Specifications.
  • Element Details

    • id

      int id
      Equivalent to the message id of the MAVLink-Specifications.
      Returns:
      message id
    • crc

      int crc
      The calculated CRC_EXTRA byte for this message.
      Returns:
      CRC_EXTRA byte for this message