pub type SystemTime = SystemTime;Expand description
Originally defined in common::messages::system_time.
Aliased Type§
pub struct SystemTime {
pub time_unix_usec: u64,
pub time_boot_ms: u32,
}Fields§
§time_unix_usec: u64MAVLink field time_unix_usec.
Timestamp (UNIX epoch time).
time_boot_ms: u32MAVLink field time_boot_ms.
Timestamp (time since system boot).