SystemTime class

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

SYSTEM_TIME

Implemented types

Constructors

SystemTime({required uint64_t timeUnixUsec, required uint32_t timeBootMs})
SystemTime.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeBootMs uint32_t
Timestamp (time since system boot).
final
timeUnixUsec uint64_t
Timestamp (UNIX epoch time).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() ByteData
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

mavlinkEncodedLength → const int