org.epics.pvmanager.sim
Class SimulationDataSource
java.lang.Object
org.epics.pvmanager.DataSource
org.epics.pvmanager.sim.SimulationDataSource
public final class SimulationDataSource
- extends DataSource
Data source to produce simulated signals that can be using during development
and testing.
- Author:
- carcassi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimulationDataSource
public SimulationDataSource()
simulatedData
public static DataSource simulatedData()
- Data source instance.
- Returns:
- the data source instance
createChannel
protected ChannelHandler<?> createChannel(String channelName)
- Description copied from class:
DataSource
- Creates a channel handler for the given name. In the simplest
case, this is the only method a data source needs to implement.
- Specified by:
createChannel
in class DataSource
- Parameters:
channelName
- the name for a new channel
- Returns:
- a new handler
Copyright © 2011. All Rights Reserved.