Skip to content
Snippets Groups Projects
Commit 8c15b15b authored by Lucio Zambon's avatar Lucio Zambon
Browse files

change server

parent 0cd40343
No related branches found
No related tags found
No related merge requests found
......@@ -32,33 +32,6 @@ gunrfdist::gunrfdist(QWidget *parent) : QWidget(parent)
catch (...) {
cout << "cannot connect HV server" << endl;
}
/* init apply numeric
try{
attrVal = gunServer->read_attribute("PhaseShifterS1");
attrVal >> val;
ui.tApplyNumeric_0->setValue(val);
}
catch (...) {
cout << "cannot set initial PhaseShifterS1" << endl;
}
/*
try{
attrVal = gunServer->read_attribute("PhaseShifterBuncher");
attrVal >> val;
ui.tApplyNumeric_1->setValue(val);
}
catch (...) {
cout << "cannot set initial PhaseShifterBuncher" << endl;
}
try{
attrVal = gunServer->read_attribute("PowerDividerS1");
attrVal >> val;
ui.tApplyNumeric_2->setValue(val);
}
catch (...) {
cout << "cannot set initial PowerDividerS1" << endl;
}
*/
}
gunrfdist::~gunrfdist()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment