baseTime property

  1. @ImcField('Base Timestamp', 'base_time', ImcType.typeFp32, units: 's')
double baseTime

All data sent inside this message will use this time as the origin (0).

Implementation

@ImcField('Base Timestamp', 'base_time', ImcType.typeFp32, units: 's')
double get baseTime;