C# Class MAVLink.mavlink_system_time_t, MissionPlanner

Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
time_boot_ms System.UInt32
time_unix_usec System.UInt64

Property Details

time_boot_ms public_oe property

Timestamp of the component clock since boot time in milliseconds.
public UInt32,System time_boot_ms
return System.UInt32

time_unix_usec public_oe property

Timestamp of the master clock in microseconds since UNIX epoch.
public UInt64,System time_unix_usec
return System.UInt64