mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@34 951219d9-93cf-4727-9268-0efd64621fa3
25 lines
291 B
C
Executable File
25 lines
291 B
C
Executable File
#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
|