mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
removed virtual
This commit is contained in:
parent
b07492be6f
commit
eff17371a5
@ -18,7 +18,7 @@ class slsDetectorCommand : public virtual slsDetectorDefs {
|
|||||||
|
|
||||||
|
|
||||||
slsDetectorCommand(multiSlsDetector *det);
|
slsDetectorCommand(multiSlsDetector *det);
|
||||||
virtual ~slsDetectorCommand(){};
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Executes a set of string arguments according to a given format.
|
* Executes a set of string arguments according to a given format.
|
||||||
@ -29,7 +29,7 @@ class slsDetectorCommand : public virtual slsDetectorDefs {
|
|||||||
* @param action can be PUT_ACTION or GET_ACTION(from text client even READOUT_ACTION for acquisition)
|
* @param action can be PUT_ACTION or GET_ACTION(from text client even READOUT_ACTION for acquisition)
|
||||||
* @param detPos -1 for all detectors in multi detector list or position of a specific detector in list
|
* @param detPos -1 for all detectors in multi detector list or position of a specific detector in list
|
||||||
*/
|
*/
|
||||||
virtual std::string executeLine(int narg, char *args[], int action, int detPos = -1);
|
std::string executeLine(int narg, char *args[], int action, int detPos = -1);
|
||||||
|
|
||||||
/* /\** */
|
/* /\** */
|
||||||
/* returns the help for the executeLine command */
|
/* returns the help for the executeLine command */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user