Common.Message.SystemTime (xmavlink v0.9.0)

Copy Markdown View Source

Summary

Types

t()

The system time is the time of the master clock, typically the computer clock of the main onboard computer.

Types

t()

@type t() :: %Common.Message.SystemTime{
  time_boot_ms: XMAVLink.Types.uint32_t(),
  time_unix_usec: XMAVLink.Types.uint64_t()
}

The system time is the time of the master clock, typically the computer clock of the main onboard computer.