cpuCombined property
Combined CPU usage as the last 10 slices of 100 MS (a histogram). This allows to identify spikes in load that max out the system, but only for a short amount of time. A value of UINT8_MAX implies the field is unused.
MAVLink type: uint8_t10
cpu_combined
Implementation
final List<int8_t> cpuCombined;