mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
merged Ians section of the code and added a few functionalities
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "FebControl.h"
|
||||
|
||||
#include "slsDetectorServer_defs.h" //include port number
|
||||
|
||||
using namespace std;
|
||||
|
||||
@ -122,7 +122,7 @@ int main(int argc, char* argv[]){
|
||||
|
||||
FebControl *feb_controler = new FebControl();
|
||||
|
||||
unsigned short int port_number = 43210;
|
||||
unsigned short int port_number = FEB_PORT;
|
||||
if(!SetupListenSocket(port_number)) return 1;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user