mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
gotthard: got rid of confgain as a parameter read from settings file
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@67 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -311,13 +311,10 @@ typedef struct sharedSlsDetector {
|
||||
|
||||
|
||||
/*extra gotthard members*/
|
||||
/** is the ip address of the client for gotthard; read from settings file **/
|
||||
/** is the ip address of the client for gotthard; read from configuration file **/
|
||||
char clientIPAddress[MAX_STR_LENGTH];
|
||||
/** is the mac address of the client for gotthard; read from settings file **/
|
||||
/** is the mac address of the client for gotthard; read from configuration file **/
|
||||
char clientMacAddress[MAX_STR_LENGTH];
|
||||
/** gain for gotthard read from settings file**/
|
||||
int confGain;
|
||||
|
||||
|
||||
} sharedSlsDetector;
|
||||
|
||||
|
Reference in New Issue
Block a user