jca.dbr
Class DBR_TIME_DBByte

java.lang.Object
  |
  +--jca.dbr.DBR_DBByte
        |
        +--jca.dbr.DBR_STS_DBByte
              |
              +--jca.dbr.DBR_TIME_DBByte

public class DBR_TIME_DBByte
extends DBR_STS_DBByte
implements DBR_TIME

This class represents the Channel Access DBR_TIME_CHAR type.


Fields inherited from interface jca.dbr.DBR
BYTE, CTRL_BYTE, CTRL_DOUBLE, CTRL_FLOAT, CTRL_INT, CTRL_SHORT, DOUBLE, ENUM, FLOAT, GR_BYTE, GR_DOUBLE, GR_FLOAT, GR_INT, GR_SHORT, INFO_ENUM, INT, PUT_ACKS, PUT_ACKT, SHORT, STRING, STS_BYTE, STS_DOUBLE, STS_ENUM, STS_FLOAT, STS_INT, STS_SHORT, STS_STRING, STSACK_STRING, TIME_BYTE, TIME_DOUBLE, TIME_ENUM, TIME_FLOAT, TIME_INT, TIME_SHORT, TIME_STRING
 
Constructor Summary
DBR_TIME_DBByte()
           
DBR_TIME_DBByte(int count)
           
 
Method Summary
 short severity()
          Return the severity code of the structure.
 short status()
          Return the status code of the structure.
 TimeStamp timeStamp()
           
 int type()
          Return the DBR type of the object.
 
Methods inherited from class jca.dbr.DBR_DBByte
count, dataAt, value, valueAt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBR_TIME_DBByte

public DBR_TIME_DBByte()

DBR_TIME_DBByte

public DBR_TIME_DBByte(int count)
Method Detail

type

public int type()
Description copied from interface: DBR
Return the DBR type of the object.
Overrides:
type in class DBR_STS_DBByte

status

public short status()
Description copied from interface: DBR_STS
Return the status code of the structure.
Overrides:
status in class DBR_STS_DBByte

severity

public short severity()
Description copied from interface: DBR_STS
Return the severity code of the structure.
Overrides:
severity in class DBR_STS_DBByte

timeStamp

public TimeStamp timeStamp()
Specified by:
timeStamp in interface DBR_TIME