mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 15:00: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);
|
||||
virtual ~slsDetectorCommand(){};
|
||||
|
||||
|
||||
/*
|
||||
* 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 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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user