GetInputNames

virtual std::vector<std::string> IActuator::GetInputNames() = 0

Gets the names of inputs of this actuator.

Returns

std::vector<std::string> – The names of inputs of this actuator.

Throws