Exemplo n.º 1
0
 /// <summary>
 /// Returns the actuator object for the specified type
 /// </summary>
 /// <param name="actuatorType">Type of actuator</param>
 /// <returns>The actuator object</returns>
 public IActuator GetActuator(Type actuatorType)
 {
     return(_actuators.Find(actuatorType));
 }