Annotation Interface MavField
An
Annotation
giving more information about a MAVLink-Message-Field.- See Also:
MavlinkMessage
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Returns whether a field is an extension or not.int
Returns the position of a MAVLink-Field in the raw array if the raw packet is not arranged according to the specifications.
The default value of-1
means that the default-position is used.
-
Element Details
-
nativeType
NativeType nativeTypeReturns theNativeType
of the field.- Returns:
NativeType
of the field
-
-
-
position
int positionReturns the position of a MAVLink-Field in the raw array if the raw packet is not arranged according to the specifications.
The default value of-1
means that the default-position is used.- Returns:
- position of the field in the raw array
- Default:
- -1
-
extension
boolean extensionReturns whether a field is an extension or not.- Returns:
- if a field is an extension
- Default:
- false
-