CreateController

virtual void IBus::CreateController(const std::string &xml, const SSimulatedControllerProperties &properties) = 0

Creates a simulated sub-controller from an XML controller description provided as string. The created sub-controller is a child of the parent controller of this bus and is connected to this bus.

Parameters
  • xml – String containing XML controller description.

  • properties – SimulatedControllerProperties containing properties of the controller.

Throws