mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
implemented sending hostname to the receiver for eiger
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@764 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -35,6 +35,12 @@ public:
|
||||
*/
|
||||
runStatus getStatus();
|
||||
|
||||
/**
|
||||
* Returns detector hostname
|
||||
/returns hostname
|
||||
*/
|
||||
char* getDetectorHostname();
|
||||
|
||||
/**
|
||||
* Returns File Name
|
||||
*/
|
||||
@ -65,6 +71,13 @@ public:
|
||||
*/
|
||||
int getEnableFileWrite();
|
||||
|
||||
/**
|
||||
* Set detector hostname
|
||||
@param c hostname
|
||||
/returns hostname
|
||||
*/
|
||||
char* setDetectorHostname(char c[]);
|
||||
|
||||
/**
|
||||
* Set File Name (without frame index, file index and extension)
|
||||
@param c file name
|
||||
|
Reference in New Issue
Block a user