mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
timing functions changed
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@133 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -74,6 +74,7 @@ class slsDetectorCommand {
|
||||
static string helpRegister(int narg, char *args[], int action);
|
||||
static string helpDAC(int narg, char *args[], int action);
|
||||
static string helpTimer(int narg, char *args[], int action);
|
||||
static string helpTiming(int narg, char *args[], int action);
|
||||
static string helpTimeLeft(int narg, char *args[], int action);
|
||||
static string helpSpeed(int narg, char *args[], int action);
|
||||
static string helpAdvanced(int narg, char *args[], int action);
|
||||
@ -197,6 +198,7 @@ class slsDetectorCommand {
|
||||
|
||||
string cmdDAC(int narg, char *args[], int action);
|
||||
|
||||
string cmdTiming(int narg, char *args[], int action);
|
||||
|
||||
string cmdTimer(int narg, char *args[], int action);
|
||||
|
||||
|
Reference in New Issue
Block a user