mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Update JSON files & readme, use FairMQDevicePtr, cleanup.
This commit is contained in:
@@ -32,8 +32,10 @@ FairMQDevice* makeDeviceWithConditionalRun(R r)
|
||||
return new GenericFairMQDevice<R>(r);
|
||||
}
|
||||
|
||||
using FairMQDevicePtr = FairMQDevice*;
|
||||
|
||||
// to be implemented by the user to return a child class of FairMQDevice
|
||||
FairMQDevice* getDevice(const FairMQProgOptions& config);
|
||||
FairMQDevicePtr getDevice(const FairMQProgOptions& config);
|
||||
|
||||
// to be implemented by the user to add custom command line options (or just with empty body)
|
||||
void addCustomOptions(boost::program_options::options_description&);
|
||||
|
Reference in New Issue
Block a user