|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The DBR (DataBase Request) interface. It represents the base interface for all DBR requests. A DBR is used to send or receive a piece of information from/to a Channel Access server. This API is very likely to change in the futur.
| Field Summary | |
static int |
BYTE
A DBR type. |
static int |
CTRL_BYTE
A DBR type. |
static int |
CTRL_DOUBLE
A DBR type. |
static int |
CTRL_FLOAT
A DBR type. |
static int |
CTRL_INT
A DBR type. |
static int |
CTRL_SHORT
A DBR type. |
static int |
DOUBLE
A DBR type. |
static int |
ENUM
A DBR type. |
static int |
FLOAT
A DBR type. |
static int |
GR_BYTE
A DBR type. |
static int |
GR_DOUBLE
A DBR type. |
static int |
GR_FLOAT
A DBR type. |
static int |
GR_INT
A DBR type. |
static int |
GR_SHORT
A DBR type. |
static int |
INFO_ENUM
A DBR type. |
static int |
INT
A DBR type. |
static int |
PUT_ACKS
A DBR type. |
static int |
PUT_ACKT
A DBR type. |
static int |
SHORT
A DBR type. |
static int |
STRING
A DBR type. |
static int |
STS_BYTE
A DBR type. |
static int |
STS_DOUBLE
A DBR type. |
static int |
STS_ENUM
A DBR type. |
static int |
STS_FLOAT
A DBR type. |
static int |
STS_INT
A DBR type. |
static int |
STS_SHORT
A DBR type. |
static int |
STS_STRING
A DBR type. |
static int |
STSACK_STRING
A DBR type. |
static int |
TIME_BYTE
A DBR type. |
static int |
TIME_DOUBLE
A DBR type. |
static int |
TIME_ENUM
A DBR type. |
static int |
TIME_FLOAT
A DBR type. |
static int |
TIME_INT
A DBR type. |
static int |
TIME_SHORT
A DBR type. |
static int |
TIME_STRING
A DBR type. |
| Method Summary | |
int |
count()
Return the DBR count of the object. |
jca.dbr.DBData |
dataAt(int at)
|
int |
type()
Return the DBR type of the object. |
void |
update(gov.aps.epics.jca.dbr.DBR dbr)
|
| Field Detail |
public static final int STRING
DBR_DBString,
Constant Field Valuespublic static final int SHORT
DBR_DBShort,
Constant Field Valuespublic static final int FLOAT
DBR_DBFloat,
Constant Field Valuespublic static final int ENUM
DBR_DBEnum,
Constant Field Valuespublic static final int BYTE
DBR_DBByte,
Constant Field Valuespublic static final int INT
DBR_DBInt,
Constant Field Valuespublic static final int DOUBLE
DBR_DBDouble,
Constant Field Valuespublic static final int STS_STRING
DBR_STS,
DBR_STS_DBString,
Constant Field Valuespublic static final int STS_SHORT
DBR_STS,
DBR_STS_DBShort,
Constant Field Valuespublic static final int STS_FLOAT
DBR_STS,
DBR_STS_DBFloat,
Constant Field Valuespublic static final int STS_ENUM
DBR_STS,
DBR_STS_DBEnum,
Constant Field Valuespublic static final int STS_BYTE
DBR_STS,
DBR_STS_DBByte,
Constant Field Valuespublic static final int STS_INT
DBR_STS,
DBR_STS_DBInt,
Constant Field Valuespublic static final int STS_DOUBLE
DBR_STS,
DBR_STS_DBDouble,
Constant Field Valuespublic static final int TIME_STRING
DBR_TIME,
DBR_TIME_DBString,
Constant Field Valuespublic static final int TIME_SHORT
DBR_TIME,
DBR_TIME_DBShort,
Constant Field Valuespublic static final int TIME_FLOAT
DBR_TIME,
DBR_TIME_DBFloat,
Constant Field Valuespublic static final int TIME_ENUM
DBR_TIME,
DBR_TIME_DBEnum,
Constant Field Valuespublic static final int TIME_BYTE
DBR_TIME,
DBR_TIME_DBByte,
Constant Field Valuespublic static final int TIME_INT
DBR_TIME,
DBR_TIME_DBInt,
Constant Field Valuespublic static final int TIME_DOUBLE
DBR_TIME,
DBR_TIME_DBDouble,
Constant Field Valuespublic static final int GR_SHORT
DBR_GR,
DBR_GR_DBShort,
Constant Field Valuespublic static final int GR_FLOAT
DBR_GR,
DBR_GR_DBFloat,
Constant Field Valuespublic static final int INFO_ENUM
DBR_INFO_DBEnum,
Constant Field Valuespublic static final int GR_BYTE
DBR_GR_DBByte,
Constant Field Valuespublic static final int GR_INT
DBR_GR,
DBR_GR_DBInt,
Constant Field Valuespublic static final int GR_DOUBLE
DBR_GR,
DBR_GR_DBDouble,
Constant Field Valuespublic static final int CTRL_SHORT
DBR_CTRL,
DBR_CTRL_DBShort,
Constant Field Valuespublic static final int CTRL_FLOAT
DBR_CTRL,
DBR_CTRL_DBFloat,
Constant Field Valuespublic static final int CTRL_BYTE
DBR_CTRL,
DBR_CTRL_DBByte,
Constant Field Valuespublic static final int CTRL_INT
DBR_CTRL,
DBR_CTRL_DBInt,
Constant Field Valuespublic static final int CTRL_DOUBLE
DBR_CTRL,
DBR_CTRL_DBDouble,
Constant Field Valuespublic static final int PUT_ACKT
DBR_PUT_ACKT,
Constant Field Valuespublic static final int PUT_ACKS
DBR_PUT_ACKS,
Constant Field Valuespublic static final int STSACK_STRING
DBR_STSACK_DBString,
Constant Field Values| Method Detail |
public int type()
public int count()
public jca.dbr.DBData dataAt(int at)
public void update(gov.aps.epics.jca.dbr.DBR dbr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||