mavlink v0.7.0 APM.Message.SystemTime View Source

Link to this section Summary

Types

t()

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

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.SystemTime{
  time_boot_ms: MAVLink.Types.uint32_t(),
  time_unix_usec: MAVLink.Types.uint64_t()
}

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