GroupEnd class

Emitted during mission execution when control reaches MAV_CMD_GROUP_END.

GROUP_END

Implemented types

Constructors

GroupEnd({required uint64_t timeUsec, required uint32_t groupId, required uint32_t missionChecksum})
GroupEnd.parse(ByteData data_)
factory

Properties

groupId uint32_t
Mission-unique group id (from MAV_CMD_GROUP_END).
final
hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
missionChecksum uint32_t
CRC32 checksum of current plan for MAV_MISSION_TYPE_ALL. As defined in MISSION_CHECKSUM message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeUsec uint64_t
Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.
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