mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
QC example: add setting of the property, test if its successful
This commit is contained in:
committed by
Dennis Klein
parent
beff0af51b
commit
8123a6ecab
@@ -14,9 +14,9 @@ class QCConsumer : public FairMQDevice
|
||||
public:
|
||||
QCConsumer()
|
||||
{
|
||||
OnData("qc", [](FairMQMessagePtr& /*msg*/, int){
|
||||
OnData("qc", [](FairMQMessagePtr& /*msg*/, int) {
|
||||
LOG(info) << "received data";
|
||||
return true;
|
||||
return false;
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user