Home
last modified time | relevance | path

Searched refs:TPeripheral (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DTestersProvider.cs15 internal abstract class TestersProvider<TTester, TPeripheral>
16 where TPeripheral: class, IEmulationElement class
22 peripheralsWithTesters = new List<TPeripheral>(); in TestersProvider()
58 …public int CreateNewTester(Func<TPeripheral, TTester> creator, string peripheralOrExternalName, st… in CreateNewTester() argument
62 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;