mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Adding rate control for ConditionalRun function
Devices implementing the conditional run method are typically source devices and a rate control can be desireable. New option '--rate' with a float number argument in Hz can be used to configure rate control. By default it is switched off.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
7429f7a326
commit
9b2b1cf9f1
@@ -299,6 +299,9 @@ class FairMQProgOptions : public FairProgOptions
|
||||
virtual int NotifySwitchOption(); // for custom help & version printing
|
||||
void InitOptionDescription();
|
||||
|
||||
// fill boost option description with the standard options
|
||||
static void FillOptionDescription(po::options_description& options);
|
||||
|
||||
// read FairMQChannelMap and insert/update corresponding values in variable map
|
||||
// create key for variable map as follow : channelName.index.memberName
|
||||
void UpdateMQValues();
|
||||
|
Reference in New Issue
Block a user