mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
semaphores , no usleep in receiver
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@234 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -136,7 +136,7 @@ class SlsQt1DPlot:public QwtPlot{
|
||||
void SetZoom(double xmin,double ymin,double x_width,double y_width);
|
||||
void SetZoomBase(double xmin,double ymin,double x_width, double y_width){ zoomer->SetZoomBase(xmin,ymin,x_width,y_width);}
|
||||
|
||||
|
||||
void alignScales();
|
||||
private:
|
||||
|
||||
SlsQtH1DList* hist_list;
|
||||
@ -148,7 +148,7 @@ class SlsQt1DPlot:public QwtPlot{
|
||||
|
||||
void SetupZoom();
|
||||
void UnknownStuff();
|
||||
void alignScales();
|
||||
//void alignScales();
|
||||
|
||||
void CalculateNResetZoomBase();
|
||||
void NewHistogramAttached(SlsQtH1D* h);
|
||||
|
Reference in New Issue
Block a user