public interface RemoteSensorWrapping extends Remote
DataSensor to a stella.parameter.RemoteSensorSkeleton.
The sensor global runs
locally at the sensors, therefore wrapping of the correct sensor from
remote can only rely on these methods.| Modifier and Type | Method and Description |
|---|---|
String |
getWrappedSensorName()
Retrieves the name of the sensor that should be wrapped to a global.
|
void |
wrapSensor(DataSensor source)
Wraps a data sensor to a sensor global.
|
String getWrappedSensorName() throws RemoteException
RemoteExceptionvoid wrapSensor(DataSensor source) throws RemoteException
RemoteException