|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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. |
DBData |
dataAt(int at)
|
int |
type()
Return the DBR type of the object. |
| Field Detail |
public static final int STRING
DBR_DBStringpublic static final int SHORT
DBR_DBShortpublic static final int FLOAT
DBR_DBFloatpublic static final int ENUM
DBR_DBEnumpublic static final int BYTE
DBR_DBBytepublic static final int INT
DBR_DBIntpublic static final int DOUBLE
DBR_DBDoublepublic static final int STS_STRING
DBR_STS,
DBR_STS_DBStringpublic static final int STS_SHORT
DBR_STS,
DBR_STS_DBShortpublic static final int STS_FLOAT
DBR_STS,
DBR_STS_DBFloatpublic static final int STS_ENUM
DBR_STS,
DBR_STS_DBEnumpublic static final int STS_BYTE
DBR_STS,
DBR_STS_DBBytepublic static final int STS_INT
DBR_STS,
DBR_STS_DBIntpublic static final int STS_DOUBLE
DBR_STS,
DBR_STS_DBDoublepublic static final int TIME_STRING
DBR_TIME,
DBR_TIME_DBStringpublic static final int TIME_SHORT
DBR_TIME,
DBR_TIME_DBShortpublic static final int TIME_FLOAT
DBR_TIME,
DBR_TIME_DBFloatpublic static final int TIME_ENUM
DBR_TIME,
DBR_TIME_DBEnumpublic static final int TIME_BYTE
DBR_TIME,
DBR_TIME_DBBytepublic static final int TIME_INT
DBR_TIME,
DBR_TIME_DBIntpublic static final int TIME_DOUBLE
DBR_TIME,
DBR_TIME_DBDoublepublic static final int GR_SHORT
DBR_GR,
DBR_GR_DBShortpublic static final int GR_FLOAT
DBR_GR,
DBR_GR_DBFloatpublic static final int INFO_ENUM
DBR_INFO_DBEnumpublic static final int GR_BYTE
jca.dbr.DBR_INFO_DBBytepublic static final int GR_INT
DBR_GR,
DBR_GR_DBIntpublic static final int GR_DOUBLE
DBR_GR,
DBR_GR_DBDoublepublic static final int CTRL_SHORT
DBR_CTRL,
DBR_CTRL_DBShortpublic static final int CTRL_FLOAT
DBR_CTRL,
DBR_CTRL_DBFloatpublic static final int CTRL_BYTE
DBR_CTRL,
DBR_CTRL_DBBytepublic static final int CTRL_INT
DBR_CTRL,
DBR_CTRL_DBIntpublic static final int CTRL_DOUBLE
DBR_CTRL,
DBR_CTRL_DBDoublepublic static final int PUT_ACKT
DBR_PUT_ACKTpublic static final int PUT_ACKS
DBR_PUT_ACKSpublic static final int STSACK_STRING
DBR_STSACK_DBString| Method Detail |
public int type()
public int count()
public DBData dataAt(int at)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||