Searched refs:numSystemFloatSensors (Results 1 – 1 of 1) sorted by relevance
59 const size_t numSystemFloatSensors = toInt(DiagnosticFloatSensorIndex::LAST_SYSTEM_INDEX) + 1; in Obd2SensorStore() local61 mFloatSensors = std::vector<float>(numSystemFloatSensors + numVendorFloatSensors, 0); in Obd2SensorStore()