Removed unused TargetControllerConsole function
This commit is contained in:
@@ -138,13 +138,6 @@ namespace Bloom::TargetController
|
||||
this->triggerTargetControllerEventAndWaitForResponse(event);
|
||||
}
|
||||
|
||||
void TargetControllerConsole::requestPinStates(int variantId) {
|
||||
auto requestEvent = std::make_shared<RetrieveTargetPinStates>();
|
||||
requestEvent->variantId = variantId;
|
||||
|
||||
EventManager::triggerEvent(requestEvent);
|
||||
}
|
||||
|
||||
Targets::TargetPinStateMappingType TargetControllerConsole::getPinStates(int variantId) {
|
||||
auto requestEvent = std::make_shared<RetrieveTargetPinStates>();
|
||||
requestEvent->variantId = variantId;
|
||||
|
||||
@@ -137,13 +137,6 @@ namespace Bloom::TargetController
|
||||
*/
|
||||
void removeBreakpoint(Targets::TargetBreakpoint breakpoint);
|
||||
|
||||
/**
|
||||
* Requests a pin state refresh from the TargetController, for a specific target variant.
|
||||
*
|
||||
* @param variantId
|
||||
*/
|
||||
void requestPinStates(int variantId);
|
||||
|
||||
/**
|
||||
* Retrieves the pin states for a particular target variant.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user