mavlink v0.7.0 APM.Message.SystemTime View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %APM.Message.SystemTime{
time_boot_ms: MAVLink.Types.uint32_t(),
time_unix_usec: MAVLink.Types.uint64_t()
}
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.