mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Add 'no control' controller
This commit is contained in:
@@ -27,7 +27,7 @@ class TestDevice : public Device
|
||||
{
|
||||
public:
|
||||
TestDevice(const string& transport)
|
||||
: fDeviceThread(&Device::RunStateMachine, this)
|
||||
: fDeviceThread(&Device::RunStateMachine, this)
|
||||
{
|
||||
SetTransport(transport);
|
||||
test::Control(*this, test::Cycle::ToRun);
|
||||
|
Reference in New Issue
Block a user