CreateControllerFromFile

void ISystem.CreateControllerFromFile(string filename, string sn, uint id, SimulatorSettings settings)

Creates a simulated top-controller from an XML controller description stored in file.

Parameters
  • filename – Name of file containing XML controller description.

  • sn – Serial number of the simulated top-controller.

  • id – ID of the simulated top-controller, ignored if top-controller does not support an ID.

  • settings – SimulatorSettings containing simulator configuration settings.

Throws