Config_PositionConfig_PositionFlags class

Bit field of boolean configuration options, indicating which optional fields to include when assembling POSITION messages. Longitude, latitude, altitude, speed, heading, and DOP are always included (also time if GPS-synced) NOTE: the more fields are included, the larger the message will be - leading to longer airtime and a higher risk of packet loss

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
This enum's name, as specified in the .proto file.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
This enum's integer value, as specified in the .proto file.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns this enum's name or the value if names are not represented.
inherited

Operators

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

Static Methods

valueOf(int value) Config_PositionConfig_PositionFlags?

Constants

ALTITUDE → const Config_PositionConfig_PositionFlags
Include an altitude value (if available)
ALTITUDE_MSL → const Config_PositionConfig_PositionFlags
Altitude value is MSL
DOP → const Config_PositionConfig_PositionFlags
Include the DOP value ; PDOP used by default, see below
GEOIDAL_SEPARATION → const Config_PositionConfig_PositionFlags
Include geoidal separation
HEADING → const Config_PositionConfig_PositionFlags
Include positional heading Intended for use with vehicle not walking speeds walking speeds are likely to be error prone like the compass
HVDOP → const Config_PositionConfig_PositionFlags
If POS_DOP set, send separate HDOP / VDOP values instead of PDOP
SATINVIEW → const Config_PositionConfig_PositionFlags
Include number of "satellites in view"
SEQ_NO → const Config_PositionConfig_PositionFlags
Include a sequence number incremented per packet
SPEED → const Config_PositionConfig_PositionFlags
Include positional speed Intended for use with vehicle not walking speeds walking speeds are likely to be error prone like the compass
TIMESTAMP → const Config_PositionConfig_PositionFlags
Include positional timestamp (from GPS solution)
UNSET → const Config_PositionConfig_PositionFlags
Required for compilation
values → const List<Config_PositionConfig_PositionFlags>