mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 17:18:00 +02:00
created programming mode, where only programming is allowed, one has to restart servers afterwards
This commit is contained in:
@ -6,12 +6,14 @@
|
||||
|
||||
// initialization functions
|
||||
int printSocketReadError();
|
||||
void basictests(int);
|
||||
void setModeFlag(int);
|
||||
void basictests();
|
||||
void init_detector(int);
|
||||
int decode_function(int);
|
||||
const char* getFunctionName(enum detFuncs func);
|
||||
void function_table();
|
||||
int M_nofunc(int);
|
||||
int M_nofuncMode(int);
|
||||
|
||||
// functions called by client
|
||||
int exec_command(int);
|
||||
|
Reference in New Issue
Block a user