@@ -360,7 +360,9 class ReceiverData(ProcessingUnit, Process): | |||||
360 | else: |
|
360 | else: | |
361 | self.data_web[plottype] = roundFloats(decimate(self.data[plottype][t]).tolist()) |
|
361 | self.data_web[plottype] = roundFloats(decimate(self.data[plottype][t]).tolist()) | |
362 | self.data_web['time'] = t |
|
362 | self.data_web['time'] = t | |
363 |
|
363 | self.data_web['interval'] = self.dataOut.getTimeInterval() | ||
|
364 | self.data_web['type'] = plottype | |||
|
365 | ||||
364 | def run(self): |
|
366 | def run(self): | |
365 |
|
367 | |||
366 | print '[Starting] {} from {}'.format(self.name, self.address) |
|
368 | print '[Starting] {} from {}'.format(self.name, self.address) |
General Comments 0
You need to be logged in to leave comments.
Login now