GetControllerNames

virtual std::vector<std::string> IController::GetControllerNames() = 0

Gets the names of controllers for this controller.

Returns

std::vector<std::string> – The names of controllers for this controller.

Throws