InclinationEvent class

An event of type MovisensBluetoothCharacteristics.inclination

Describes the inclination of the body axes at the sensor location against the vertical. Values for the x, y and z axises.

It calculates the mean inclinations of the three body axes from the acceleration signal and displays the value for each inclination in degrees. The values range from 0° to 180°.

Read more at: https://docs.movisens.com/Algorithms/physical_activity/#inclination-inclinsationdown-inclinationforward-inclinationright

Inheritance

Constructors

InclinationEvent({required List<int> bytes, required String deviceId})

Properties

deviceId String
The ID of the device which emitted this event. Uses a MAC address format on Android. Uses a UUID format on iOS. (This is generated and unique to the connection between this exact device AND this exact iPhone)
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
The time this event happened.
no setterinherited
type MovisensBluetoothCharacteristics
The type of characteristic which emitted this event as enum MovisensBluetoothCharacteristics.
getter/setter pairoverride
uuid String
Get the UUID of this type.
no setterinherited
x int
Inclination of the sensor in degrees on the X axis
no setter
y int
Inclination of the sensor in degrees on the Y axis
no setter
z int
Inclination of the sensor in degrees on the Z axis
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.
override

Operators

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