Attitude class abstract Sensor Data Source
Attitude data.
Constructors
Properties
- acquisitionTime → DateTime
-
Returns the acquisition time of this data sample in UTC.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPitchNoise → bool
-
Returns whether the device pitch is noisy.
no setter
- hasRollNoise → bool
-
Returns whether the device roll is noisy.
no setter
- hasYawNoise → bool
-
Returns whether the device yaw is noisy.
no setter
- pitch → double
-
Returns the device pitch, in degrees.
no setter
- pitchNoise → double
-
Returns the variance of device pitch, in degrees squared.
no setter
- roll → double
-
Returns the device roll, in degrees.
no setter
- rollNoise → double
-
Returns the variance of device roll, in degrees squared.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → DataType
-
Returns the data type of this sense data.
no setterinherited
- yaw → double
-
Returns the device yaw, in degrees.
no setter
- yawNoise → double
-
Returns the variance of device yaw, in degrees squared.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited