mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
init
This commit is contained in:
@ -29,9 +29,10 @@ slsReceiverTCPIPInterface::~slsReceiverTCPIPInterface() {
|
||||
}
|
||||
|
||||
slsReceiverTCPIPInterface::slsReceiverTCPIPInterface(int pn):
|
||||
myDetectorType(GOTTHARD),
|
||||
portNumber(pn > 0 ? pn : DEFAULT_PORTNO + 2)
|
||||
myDetectorType(GOTTHARD)
|
||||
|
||||
{
|
||||
portNumber = pn > 0 ? pn : DEFAULT_PORTNO + 2;
|
||||
function_table();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user