mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Better encapsulate Device config: Offer a getter method
This commit is contained in:
parent
c78b7e4cfa
commit
9e477264c8
|
@ -342,6 +342,7 @@ class FairMQDevice : public FairMQStateMachine, public FairMQConfigurable
|
|||
void SetTransport(const std::string& transport = "zeromq");
|
||||
|
||||
void SetConfig(FairMQProgOptions& config);
|
||||
const FairMQProgOptions* GetConfig() const {return fConfig;}
|
||||
|
||||
/// Implements the sort algorithm used in SortChannel()
|
||||
/// @param lhs Right hand side value for comparison
|
||||
|
|
Loading…
Reference in New Issue
Block a user