Lines Matching refs:theSensors
63 def sensor(self, theSensor, theSensors): argument
67 def prefix(self, theSensors): argument
71 def suffix(self, theSensors): argument
87 def sensors(self, theSensors): argument
89 theSensors = theSensors.finalizeList()
90 s = self.prefix(theSensors) + "\n"
92 for theSensor in theSensors:
98 theSensors), self.indent())
100 s += self.suffix(theSensors) + "\n"
105 def sensor(self, theSensor, theSensors): argument
111 def prefix(self, theSensors): argument
145 "public final class %sSensorIndex {\n" % theSensors.descriptor + \
146 " private %sSensorIndex() {}\n" % theSensors.descriptor
155 def sensor(self, theSensor, theSensors): argument
157 theSensors.descriptor.upper(),
159 self.adjustSensorId(theSensors.descriptor.upper(), str(theSensor.id))
168 def sensor(self, theSensor, theSensors): argument
170 return "%sSensorIndex.%s," % (theSensors.descriptor,sensorName)
172 def prefix(self, theSensors): argument
178 def suffix(self, theSensors): argument