Add 'no control' controller

This commit is contained in:
Alexey Rybalchenko
2024-02-19 14:37:13 +01:00
parent 36b48f5594
commit 39cb021827
2 changed files with 12 additions and 8 deletions

View File

@@ -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);