TargetController suspension
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include <cstdint>
|
||||
#include <optional>
|
||||
|
||||
#include "TargetControllerState.hpp"
|
||||
|
||||
#include "src/EventManager/EventListener.hpp"
|
||||
#include "src/EventManager/EventManager.hpp"
|
||||
|
||||
@@ -35,6 +37,10 @@ namespace Bloom
|
||||
this->defaultTimeout = timeout;
|
||||
}
|
||||
|
||||
TargetControllerState getTargetControllerState();
|
||||
|
||||
bool isTargetControllerInService() noexcept;
|
||||
|
||||
/**
|
||||
* Requests the TargetDescriptor from the TargetController
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user