|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PVFloat
Get/put float data.
| Method Summary | |
|---|---|
float |
get()
Get the float value stored in the field. |
void |
put(float value)
Put the float value into the field. |
| Methods inherited from interface org.epics.ioc.pv.PVField |
|---|
getField, getFullFieldName, getFullName, getParent, getPVRecord, getSupportName, replacePVField, setSupportName, toString, toString |
| Methods inherited from interface org.epics.ioc.util.Requester |
|---|
getRequesterName, message |
| Method Detail |
|---|
float get()
void put(float value)
value - New value.
java.lang.IllegalStateException - if the field is not mutable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||