Home
last modified time | relevance | path

Searched refs:numSystemFloatSensors (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp59 const size_t numSystemFloatSensors = toInt(DiagnosticFloatSensorIndex::LAST_SYSTEM_INDEX) + 1; in Obd2SensorStore() local
61 mFloatSensors = std::vector<float>(numSystemFloatSensors + numVendorFloatSensors, 0); in Obd2SensorStore()