adding list command (#34)

This commit is contained in:
Erik Fröjdh
2019-06-19 09:26:11 +02:00
committed by GitHub
parent 71f26b2831
commit 6c33f7de7b
3 changed files with 44 additions and 22 deletions

View File

@ -4,7 +4,7 @@
#include "sls_detector_defs.h"
#include <vector>
class multiSlsDetector;
@ -31,6 +31,9 @@ class slsDetectorCommand : public virtual slsDetectorDefs {
*/
std::string executeLine(int narg, const char * const args[], int action, int detPos = -1);
std::vector<std::string> getAllCommands();
/* /\** */
/* returns the help for the executeLine command */
/* \param os output stream to return the help to */