mavlink v0.7.0 APM.Message.StorageInformation View Source

Link to this section Summary

Types

t()

Information about a storage medium. This message is sent in response to a request and whenever the status of the storage changes (STORAGE_STATUS).

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.StorageInformation{
  available_capacity: Float32,
  read_speed: Float32,
  status: APM.Types.storage_status(),
  storage_count: MAVLink.Types.uint8_t(),
  storage_id: MAVLink.Types.uint8_t(),
  time_boot_ms: MAVLink.Types.uint32_t(),
  total_capacity: Float32,
  used_capacity: Float32,
  write_speed: Float32
}

Information about a storage medium. This message is sent in response to a request and whenever the status of the storage changes (STORAGE_STATUS).