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