Ctbgui det (#58)

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* defs added

* ctb gui: tengiga bug fix

* WIP

* WIP
This commit is contained in:
Dhanya Thattil
2019-08-29 11:39:29 +02:00
committed by GitHub
parent 4f0634fe62
commit e23b3b0471
31 changed files with 795 additions and 1210 deletions

View File

@ -28,7 +28,10 @@ class TGTab;
class TGraph;
class multiSlsDetector;
namespace sls
{
class Detector;
};
#include <string>
using namespace std;
@ -49,10 +52,10 @@ class ctbAdc : public TGHorizontalFrame {
// TGraph *gADC;
int id;
multiSlsDetector *myDet;
sls::Detector *myDet;
public:
ctbAdc(TGVerticalFrame *page, int i, multiSlsDetector *det);
ctbAdc(TGVerticalFrame *page, int i, sls::Detector *det);
void setAdcAlias(char *tit, int plot, int color);
@ -89,7 +92,7 @@ class ctbAdcs : public TGGroupFrame {
private:
ctbAdc *sAdc[NADCS];
multiSlsDetector *myDet;
sls::Detector *myDet;
TGTextButton *bCheckAll;
@ -115,7 +118,7 @@ private:
public:
ctbAdcs(TGVerticalFrame *page, multiSlsDetector *det);
ctbAdcs(TGVerticalFrame *page, sls::Detector *det);
int setAdcAlias(string line);
string getAdcAlias();
string getAdcParameters();