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:
l_maliakal_d
2013-09-04 13:10:18 +00:00
parent e6c94a1d62
commit 790966e3dd
4 changed files with 20 additions and 8 deletions

View File

@ -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);