mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
added receiver in here
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@328 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
25
slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.h
Normal file
25
slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.h
Normal file
@ -0,0 +1,25 @@
|
||||
#ifdef SLS_RECEIVER_FUNCTION_LIST
|
||||
|
||||
|
||||
//int initializeReceiver();
|
||||
|
||||
void closeFile();
|
||||
|
||||
enum runStatus getReceiverStatus();
|
||||
|
||||
char* getFileName();
|
||||
char* setFileName(char fName[]);
|
||||
char* getFilePath();
|
||||
char* setFilePath(char fName[]);
|
||||
int getFileIndex();
|
||||
int setFileIndex(int index);
|
||||
int getFramesCaught();
|
||||
int getFrameIndex();
|
||||
|
||||
void* startListening(void *arg);
|
||||
|
||||
int startReceiver();
|
||||
int stopReceiver();
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user