|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ControlStateIF
Remote Interface for reading the state of the control loop via remote methods implemented by the instrument service. Clients like the GUI may get the implementing service and cast to ControlStateIF to read control process signals and configuration parameters.
| Method Summary | |
|---|---|
java.lang.Number |
getParameter(int paramID)
get current value of a control system parameter |
java.lang.Number |
getSignal(int signalID)
Get signal value. |
ControlStateIF |
getState()
get current (instantaneous) state of all loop signals and configuration parameters. |
| Method Detail |
|---|
java.lang.Number getSignal(int signalID)
throws java.lang.Exception,
java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
ControlStateIF getState()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Number getParameter(int paramID)
throws java.lang.Exception,
java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||