Simplify Tutorial3 structure.

Use same executable for bin/boost/protobuf/root data format,
configured now via `--data-format <binary/boost/protobuf/tmessage>`
command line parameter.
This commit is contained in:
Alexey Rybalchenko
2015-09-09 16:57:04 +02:00
committed by Mohammad Al-Turany
parent 8b71e4d20b
commit 5136c88d3a
3 changed files with 10 additions and 69 deletions

View File

@@ -79,8 +79,8 @@ void FairMQDevice::SignalHandler(int signal)
MQLOG(INFO) << "Exiting.";
stop();
std::abort();
// exit(EXIT_FAILURE);
// std::abort();
exit(EXIT_FAILURE);
}
void FairMQDevice::InitWrapper()
@@ -573,10 +573,10 @@ void FairMQDevice::InteractiveStateLoop()
LOG(INFO) << "[h] help";
PrintInteractiveStateLoopHelp();
break;
case 'x':
LOG(INFO) << "[x] ERROR";
ChangeState("ERROR_FOUND");
break;
// case 'x':
// LOG(INFO) << "[x] ERROR";
// ChangeState("ERROR_FOUND");
// break;
case 'q':
LOG(INFO) << "[q] end";
ChangeState("END");