GetController

virtual PSubController IController::GetController(const std::string &name) = 0

Gets the controller with the specified name.

Parameters

name – Name of the controller.

Returns

PSubController – The controller with the specified name.

Throws