Ready signal for InsightWorker startup routine
This commit is contained in:
@@ -50,6 +50,8 @@ void InsightWorker::startup() {
|
||||
this->eventManager.triggerEvent(
|
||||
std::make_shared<Events::InsightThreadStateChanged>(ThreadState::READY)
|
||||
);
|
||||
|
||||
emit this->ready();
|
||||
}
|
||||
|
||||
void InsightWorker::requestPinStates(int variantId) {
|
||||
|
||||
@@ -36,6 +36,7 @@ namespace Bloom
|
||||
void requestPinStates(int variantId);
|
||||
|
||||
signals:
|
||||
void ready();
|
||||
void taskQueued();
|
||||
void targetStateUpdated(Bloom::Targets::TargetState newState);
|
||||
void targetProgramCounterUpdated(quint32 programCounter);
|
||||
|
||||
Reference in New Issue
Block a user