gov.aps.jca.dbr
Class DBR_Float

java.lang.Object
  |
  +--gov.aps.jca.dbr.DBR
        |
        +--gov.aps.jca.dbr.DBR_Float
All Implemented Interfaces:
FLOAT
Direct Known Subclasses:
DBR_STS_Float

public class DBR_Float
extends DBR
implements FLOAT


Field Summary
static DBRType TYPE
           
 
Constructor Summary
DBR_Float()
           
DBR_Float(float[] value)
           
DBR_Float(int count)
           
 
Method Summary
 float[] getFloatValue()
           
 DBRType getType()
           
 
Methods inherited from class gov.aps.jca.dbr.DBR
getCount, getValue, isBYTE, isBYTE, isCTRL, isCTRL, isDOUBLE, isDOUBLE, isENUM, isENUM, isFLOAT, isFLOAT, isGR, isGR, isINT, isINT, isLABELS, isLABELS, isPRECISION, isPRECSION, isSHORT, isSHORT, isSTRING, isSTRING, isSTS, isSTS, isTIME, isTIME, printInfo, printInfo, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final DBRType TYPE
Constructor Detail

DBR_Float

public DBR_Float()

DBR_Float

public DBR_Float(int count)

DBR_Float

public DBR_Float(float[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR

getFloatValue

public float[] getFloatValue()
Specified by:
getFloatValue in interface FLOAT