mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
ip
This commit is contained in:
@ -163,11 +163,10 @@ struct sharedSlsDetector {
|
||||
char detectorMAC2[MAX_STR_LENGTH];
|
||||
|
||||
/** ip address of the detector **/
|
||||
// char detectorIP[MAX_STR_LENGTH];
|
||||
uint64_t detectorIP;
|
||||
uint32_t detectorIP;
|
||||
|
||||
/** ip address of the 2nd interface of the detector **/
|
||||
char detectorIP2[MAX_STR_LENGTH];
|
||||
uint32_t detectorIP2;
|
||||
|
||||
/** number of udp interface */
|
||||
int numUDPInterfaces;
|
||||
|
Reference in New Issue
Block a user