ImProcCoordinator::updateVectorscope(): fix crash caused by large stack allocation, speedup, fixed scaling from [0;255] to [0;65535] range

This commit is contained in:
Ingo Weyrich
2020-08-15 17:35:24 +02:00
parent e247a1e086
commit 07d26c16ed
4 changed files with 38 additions and 41 deletions

View File

@@ -350,7 +350,7 @@ public:
/** Returns if the listener wants the waveform to be updated. */
virtual bool updateWaveform(void) = 0;
/** Returns the vectorscope type: 0 for H-S and 1 for H-C. */
virtual int vectorscopeType(void) = 0;
virtual int vectorscopeType(void) const = 0;
};
class HistogramObservable