mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
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:
committed by
Mohammad Al-Turany
parent
8b71e4d20b
commit
5136c88d3a
@@ -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");
|
||||
|
Reference in New Issue
Block a user