mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
enum for idac works now..
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@618 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
#define SERVER_FUNCS_H
|
||||
|
||||
#include "sls_detector_defs.h"
|
||||
#include "slsDetectorServer_defs.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
@ -9,6 +10,7 @@
|
||||
|
||||
int sockfd;
|
||||
|
||||
|
||||
//basic server functions
|
||||
int init_detector(int);
|
||||
int decode_function(int);
|
||||
|
Reference in New Issue
Block a user