moved configuremac to receiverip and change the config file writing to have the correct order

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@334 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-11-08 08:18:01 +00:00
parent fa9449e447
commit 3cc914a8fb
3 changed files with 23 additions and 18 deletions

View File

@ -2152,6 +2152,7 @@ string slsDetectorCommand::cmdNetworkParameter(int narg, char *args[], int actio
return helpNetworkParameter(narg,args,action);
if (cmd=="receiverip") {
myDet->setOnline(ONLINE_FLAG);
t=RECEIVER_IP;
} else if (cmd=="receivermac") {
t=RECEIVER_MAC;