CLCmdAccData class final

Data structure for fudan acc data.

Constructors

CLCmdAccData({required List<int> ACC_DATA_0, required List<int> ACC_DATA_1, required int TIMESTAMP_MILLISEC_0, required int TIMESTAMP_MILLISEC_1, required int HEARTRATE})
CLCmdAccData.from(PERIPHERAL_ACC_DATA v)
factory

Properties

ACC_DATA_0 List<int>
final
ACC_DATA_1 List<int>
final
hashCode int
The hash code for this object.
no setterinherited
HEARTRATE int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TIMESTAMP_MILLISEC_0 int
final
TIMESTAMP_MILLISEC_1 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<CLCmdAccData>
final