mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-17 08:58:44 +01:00
Gotthard class implemented
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@34 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
24
slsDetectorSoftware/gotthardDetectorServer/server_funcs_old.h
Executable file
24
slsDetectorSoftware/gotthardDetectorServer/server_funcs_old.h
Executable file
@@ -0,0 +1,24 @@
|
||||
#ifndef SERVER_FUNCS_H
|
||||
#define SERVER_FUNCS_H
|
||||
#include <stdio.h>
|
||||
#include "communication_funcs.h"
|
||||
|
||||
|
||||
|
||||
|
||||
#define GOODBYE -200
|
||||
int function_table();
|
||||
|
||||
int decode_function();
|
||||
|
||||
int init_detector(int);
|
||||
|
||||
int M_nofunc(int);
|
||||
int exit_server(int);
|
||||
|
||||
int getGotthard(int);
|
||||
int setGotthard(int);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user