WinchStatus constructor

WinchStatus({
  1. required uint64_t timeUsec,
  2. required float lineLength,
  3. required float speed,
  4. required float tension,
  5. required float voltage,
  6. required float current,
  7. required MavWinchStatusFlag status,
  8. required int16_t temperature,
})

Implementation

WinchStatus({
  required this.timeUsec,
  required this.lineLength,
  required this.speed,
  required this.tension,
  required this.voltage,
  required this.current,
  required this.status,
  required this.temperature,
});