Searched refs:numSystemFloatSensors (Results 1 – 2 of 2) 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()
77 const size_t numSystemFloatSensors = getLastIndex<DiagnosticFloatSensorIndex>() + 1; in Obd2SensorStore() local79 mFloatSensors = std::vector<float>(numSystemFloatSensors + numVendorFloatSensors, 0); in Obd2SensorStore()