From 0e7fa6e776e5cb8b8c6ec1b41193feffaaa6e943 Mon Sep 17 00:00:00 2001 From: Ruud Overeem <overeem@astron.nl> Date: Tue, 20 Nov 2007 14:22:13 +0000 Subject: [PATCH] Bug 1000: Added TBBcontroller to the registered controllers. --- MAC/APL/TestCtlr/src/ControllerMenu.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MAC/APL/TestCtlr/src/ControllerMenu.cc b/MAC/APL/TestCtlr/src/ControllerMenu.cc index 1d9fed0c52e..9486b49ca72 100644 --- a/MAC/APL/TestCtlr/src/ControllerMenu.cc +++ b/MAC/APL/TestCtlr/src/ControllerMenu.cc @@ -513,8 +513,9 @@ int16 ControllerMenu::_chooseController() cout << " 7. DigitalBoardControl" << endl; cout << " 8. BeamControl" << endl; cout << " 9. CalibrationControl" << endl; -// cout << "10. StationInfraControl" << endl; - cout << "11. TestController" << endl; + cout << "10. TBBControl" << endl; +// cout << "11. StationInfraControl" << endl; + cout << "12. TestController" << endl; cout << endl; cout << " 0. stop" << endl; @@ -523,7 +524,7 @@ int16 ControllerMenu::_chooseController() cout << endl; cout << "Type number of your choice: "; cin >> CntlrType; - if (CntlrType < 0 || CntlrType > 11 || (CntlrType > 3 && CntlrType < 6)) { + if (CntlrType < 0 || CntlrType > 12 || (CntlrType > 3 && CntlrType < 6)) { cout << endl << "Wrong number, please retry." << endl; CntlrType = -1; } -- GitLab