GetActuatorNames

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

Gets the names of actuators for this controller.

Returns

std::vector<std::string> – The names of actuators.

Throws