Class SimulatedDriver

  • All Implemented Interfaces:
    PlcDriver

    public class SimulatedDriver
    extends Object
    implements PlcDriver
    Test driver holding its state in the client process. The URL schema is simulated:<device_name>. Devices are created each time a connection is established and should not be reused. Every device contains a random value generator accessible by address random. Any value can be stored into test devices, however the state will be gone when connection is closed.