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:
l_maliakal_d
2011-11-28 15:01:02 +00:00
parent cd28aaa350
commit 145de52af3
2 changed files with 2 additions and 24 deletions

View File

@ -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;