View Source APM.Message.UavcanNodeStatus (xmavlink_util v0.1.0)

Link to this section Summary

Types

t()

General status information of an UAVCAN node. Please refer to the definition of the UAVCAN message "uavcan.protocol.NodeStatus" for the background information. The UAVCAN specification is available at http://uavcan.org.

Link to this section Types

@type t() :: %APM.Message.UavcanNodeStatus{
  health: APM.Types.uavcan_node_health(),
  mode: APM.Types.uavcan_node_mode(),
  sub_mode: MAVLink.Types.uint8_t(),
  time_usec: MAVLink.Types.uint64_t(),
  uptime_sec: MAVLink.Types.uint32_t(),
  vendor_specific_status_code: MAVLink.Types.uint16_t()
}

General status information of an UAVCAN node. Please refer to the definition of the UAVCAN message "uavcan.protocol.NodeStatus" for the background information. The UAVCAN specification is available at http://uavcan.org.