|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ControlResponseIF
ControlResponseIF defines the interface to different types of control loop responses. A ControlResponseIF uses ControlProcessIF objects to get control process state and manipulate control process inputs and outputs.
| Method Summary | |
|---|---|
java.lang.StringBuffer |
getSampleBuffer()
Return a sample buffer with current process data. |
SensorDataPacket |
getSamplePacket()
Return a sample buffer with current process data. |
void |
initialize()
initialize control loop |
void |
reset()
reset control loop |
float |
update()
adjust inputs and outputs based on current control process state |
| Method Detail |
|---|
void initialize()
throws java.rmi.RemoteException
java.rmi.RemoteException
void reset()
throws java.rmi.RemoteException
java.rmi.RemoteException
float update()
throws java.lang.Exception,
java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
java.lang.StringBuffer getSampleBuffer()
throws java.lang.Exception,
java.rmi.RemoteException
java.lang.Exception
java.rmi.RemoteException
SensorDataPacket getSamplePacket()
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 | |||||||