MonitoringInfoCyclesToCaloriesField constructor

MonitoringInfoCyclesToCaloriesField({
  1. int size = 0,
  2. bool growable = true,
})

Implementation

MonitoringInfoCyclesToCaloriesField({int size = 0, bool growable = true})
    : super(
          name: 'cycles_to_calories',
          id: ID,
          type: BaseType.UINT16,
          offset: 0,
          scale: 5000,
          size: size,
          units: 'kcal/cycle',
          mainTypeName: 'uint16',
          growable: growable,
          subFields: []);