mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
changed a few things in gotthardDetector.cpp and added 2 members to sls_detector_module in slsdetector.cpp to incorporate gotthards need of client ip address and client mac address to send data
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@55 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -149,6 +149,11 @@ typedef struct sharedSlsDetector {
|
||||
|
||||
/** is the hostname (or IP address) of the detector. needs to be set before startin the communication */
|
||||
char hostname[MAX_STR_LENGTH];
|
||||
/** is the ip address of the client for gotthard to send data to **/
|
||||
char clientIPAddress[MAX_STR_LENGTH];
|
||||
/** is the mac address of the client for gotthard to send data to **/
|
||||
char clientMacAddress[MAX_STR_LENGTH];
|
||||
|
||||
/** is the port used for control functions normally it should not be changed*/
|
||||
int controlPort;
|
||||
/** is the port used to stop the acquisition normally it should not be changed*/
|
||||
|
Reference in New Issue
Block a user