ReceiveAcceleration constructor

ReceiveAcceleration(
  1. double timestamp,
  2. int x,
  3. int y,
  4. int z,
)

Implementation

ReceiveAcceleration(this.timestamp, this.x, this.y, this.z);