added high voltage to users class

This commit is contained in:
Dhanya Maliakal
2017-11-14 10:58:54 +01:00
parent ef257d12e7
commit 4903164f95
3 changed files with 24 additions and 2 deletions

View File

@ -618,6 +618,13 @@ class slsDetectorUsers
*/
int setReceiverSilentMode(int i);
/**
* set high voltage
* @param i > 0 sets, 0 unsets, (-1 gets)
* @return high voltage
*/
int setHighVoltage(int i);
/************************************************************************
STATIC FUNCTIONS