CLCmdGogpsUpdate class final
Data structure for gogps updata. from gogps to app
Constructors
- CLCmdGogpsUpdate({required int timestamp, required int secondindex, required int speed, required double longitude, required double latitude, required double altitude, required int distance_km, required int distance_km_max, required int heartrate, required int stamina, required int stamina_aerobic, required int stamina_anerobic, required int kcal, required int kcal_max, required int cadance})
- CLCmdGogpsUpdate.from(PERIPHERAL_GOGPS_UPDATA v)
-
factory
Properties
- altitude → double
-
final
- cadance → int
-
final
- distance_km → int
-
final
- distance_km_max → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- heartrate → int
-
final
- kcal → int
-
final
- kcal_max → int
-
final
- latitude → double
-
final
- longitude → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondindex → int
-
final
- speed → int
-
final
- stamina → int
-
final
- stamina_aerobic → int
-
final
- stamina_anerobic → int
-
final
- timestamp → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
subject
→ StreamController<
CLCmdGogpsUpdate> -
final