Searched refs:TPeripheral (Results 1 – 1 of 1) sorted by relevance
15 internal abstract class TestersProvider<TTester, TPeripheral>16 where TPeripheral: class, IEmulationElement class22 peripheralsWithTesters = new List<TPeripheral>(); in TestersProvider()58 …public int CreateNewTester(Func<TPeripheral, TTester> creator, string peripheralOrExternalName, st… in CreateNewTester() argument62 TPeripheral emulationElement = null; in CreateNewTester()65 …ulationManager.Instance.CurrentEmulation.ExternalsManager.TryGetByName<TPeripheral>(peripheralOrEx… in CreateNewTester()83 emulationElement = typeLessPeripheral as TPeripheral; in CreateNewTester()154 private readonly List<TPeripheral> peripheralsWithTesters;