Searched refs:theSensor (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tools/ |
D | update-obd2-sensors.py | 63 def sensor(self, theSensor, theSensors): argument 92 for theSensor in theSensors: 97 sensorLine = SensorPolicy.indentLines(self.sensor(theSensor, 105 def sensor(self, theSensor, theSensors): argument 106 sensorName = theSensor.name.replace("_INDEX", "") 107 sensorId = str(theSensor.id).replace("_INDEX", "") 155 def sensor(self, theSensor, theSensors): argument 158 theSensor.name.upper(), 159 self.adjustSensorId(theSensors.descriptor.upper(), str(theSensor.id)) 168 def sensor(self, theSensor, theSensors): argument [all …]
|