ImProcCoordinator::updateVectorscope(): fix crash caused by large stack allocation, speedup, fixed scaling from [0;255] to [0;65535] range
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user