merged Ians section of the code and added a few functionalities

This commit is contained in:
Maliakal Dhanya
2014-05-28 18:04:26 +02:00
parent de319249cd
commit 0ee11cffb3
10 changed files with 59 additions and 26 deletions

View File

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