Tidied Insight worker header
This commit is contained in:
@@ -35,9 +35,7 @@ namespace Bloom
|
|||||||
this->eventListener->dispatchCurrentEvents();
|
this->eventListener->dispatchCurrentEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
public slots:
|
|
||||||
void startup();
|
void startup();
|
||||||
void requestPinStates(int variantId);
|
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void ready();
|
void ready();
|
||||||
@@ -66,7 +64,6 @@ namespace Bloom
|
|||||||
void onTargetRegistersWrittenEvent(const Events::RegistersWrittenToTarget& event);
|
void onTargetRegistersWrittenEvent(const Events::RegistersWrittenToTarget& event);
|
||||||
void onTargetControllerStateReportedEvent(const Events::TargetControllerStateReported& event);
|
void onTargetControllerStateReportedEvent(const Events::TargetControllerStateReported& event);
|
||||||
|
|
||||||
private slots:
|
|
||||||
void executeTasks();
|
void executeTasks();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user