included set all trimbits

This commit is contained in:
Dhanya Maliakal
2015-09-10 12:53:18 +02:00
parent 1c41ea8898
commit 754d0b7911
3 changed files with 116 additions and 10 deletions

View File

@ -63,6 +63,10 @@ private:
*/
int validateBeforeTrimming();
/** update the setalltrimbits value from server
*/
void updateAllTrimbitsFromServer();
private slots:
@ -172,6 +176,10 @@ private slots:
*/
void SetDetector(int index);
/** Set all trimbits to a value
*/
void SetAllTrimbits();
private:
/** The multi detector object */
multiSlsDetector *myDet;