@@ -349,6 +349,8 class ReceiverData(ProcessingUnit, Process): | |||
|
349 | 349 | if self.realtime: |
|
350 | 350 | self.data_web[plottype] = roundFloats(decimate(self.data[plottype][t]).tolist()) |
|
351 | 351 | self.data_web['time'] = t |
|
352 | self.data_web['interval'] = self.dataOut.getTimeInterval() | |
|
353 | self.data_web['type'] = plottype | |
|
352 | 354 | def run(self): |
|
353 | 355 | |
|
354 | 356 | print '[Starting] {} from {}'.format(self.name, self.address) |
General Comments 0
You need to be logged in to leave comments.
Login now