Added member function to deregister TargetController command handlers
This commit is contained in:
@@ -132,6 +132,8 @@ namespace Bloom::TargetController
|
||||
this->commandHandlersByCommandType.insert(std::pair(CommandType::type, parentCallback));
|
||||
}
|
||||
|
||||
void deregisterCommandHandler(Commands::CommandType commandType);
|
||||
|
||||
/**
|
||||
* Updates the state of the TargetController and emits a state changed event.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user