|
TANGO Java API ( TangORB-7.3.3.jar) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDeviceDataHistoryDAO
| Method Summary | |
|---|---|
org.omg.CORBA.Any |
extractAny(DeviceDataHistory deviceDataHistory)
extract method for a CORBA Any. |
boolean |
extractBoolean(DeviceDataHistory deviceDataHistory)
extract method for a boolean. |
boolean[] |
extractBooleanArray(DeviceDataHistory deviceDataHistory)
extract method for a byte Array. |
byte[] |
extractByteArray(DeviceDataHistory deviceDataHistory)
extract method for a byte Array. |
DevEncoded |
extractDevEncoded(DeviceDataHistory deviceDataHistory)
extract method for a DevEncoded |
DevEncoded[] |
extractDevEncodedArray(DeviceDataHistory deviceDataHistory)
extract method for a DevEncoded Array |
DevState |
extractDevState(DeviceDataHistory deviceDataHistory)
extract method for a DevState. |
DevState[] |
extractDevStateArray(DeviceDataHistory deviceDataHistory)
extract method for a DevState Array. |
double |
extractDouble(DeviceDataHistory deviceDataHistory)
extract method for a double. |
double[] |
extractDoubleArray(DeviceDataHistory deviceDataHistory)
extract method for a double Array. |
DevVarDoubleStringArray |
extractDoubleStringArray(DeviceDataHistory deviceDataHistory)
extract method for a DevVarDoubleStringArray. |
float |
extractFloat(DeviceDataHistory deviceDataHistory)
extract method for a float. |
float[] |
extractFloatArray(DeviceDataHistory deviceDataHistory)
extract method for a float Array. |
int |
extractLong(DeviceDataHistory deviceDataHistory)
extract method for a long. |
long |
extractLong64(DeviceDataHistory deviceDataHistory)
extract method for a long64. |
long[] |
extractLong64Array(DeviceDataHistory deviceDataHistory)
extract method for a long64 Array. |
int[] |
extractLongArray(DeviceDataHistory deviceDataHistory)
extract method for a long Array. |
DevVarLongStringArray |
extractLongStringArray(DeviceDataHistory deviceDataHistory)
extract method for a DevVarLongStringArray. |
short |
extractShort(DeviceDataHistory deviceDataHistory)
extract method for a short. |
short[] |
extractShortArray(DeviceDataHistory deviceDataHistory)
extract method for a short Array. |
java.lang.String |
extractString(DeviceDataHistory deviceDataHistory)
extract method for a String. |
java.lang.String[] |
extractStringArray(DeviceDataHistory deviceDataHistory)
extract method for a String Array. |
short |
extractUChar(DeviceDataHistory deviceDataHistory)
extract method for an unsigned char. |
short[] |
extractUCharArray(DeviceDataHistory deviceDataHistory)
extract method for an unsigned char Array. |
int |
extractULong(DeviceDataHistory deviceDataHistory)
extract method for an unsigned long. |
long |
extractULong64(DeviceDataHistory deviceDataHistory)
extract method for an unsigned long64. |
long[] |
extractULong64Array(DeviceDataHistory deviceDataHistory)
extract method for an unsigned long64 Array. |
int[] |
extractULongArray(DeviceDataHistory deviceDataHistory)
extract method for an unsigned long Array. |
short |
extractUShort(DeviceDataHistory deviceDataHistory)
extract method for an unsigned short. |
short[] |
extractUShortArray(DeviceDataHistory deviceDataHistory)
extract method for an unsigned short Array. |
AttrQuality |
getAttrQuality(DeviceDataHistory deviceDataHistory)
return AttrQuality if from attribute. |
int |
getDataLength(DeviceDataHistory ddh)
|
int |
getDimX(DeviceDataHistory deviceDataHistory)
Return attribute dim_x if from attribute. |
int |
getDimY(DeviceDataHistory deviceDataHistory)
Return attribute dim_y if from attribute. |
DevError[] |
getErrStack(DeviceDataHistory deviceDataHistory)
Returns the attribute errors list |
java.lang.String |
getName(DeviceDataHistory deviceDataHistory)
Return attribute name. |
int |
getNbRead(DeviceDataHistory deviceDataHistory)
Return number of data read. |
int |
getNbWritten(DeviceDataHistory deviceDataHistory)
Return number of data written. |
long |
getTime(DeviceDataHistory deviceDataHistory)
return time in milliseconds since EPOCH to build a Date class. |
TimeVal |
getTimeVal(DeviceDataHistory deviceDataHistory)
Return attribute time value. |
long |
getTimeValSec(DeviceDataHistory deviceDataHistory)
Return attribute time value in seconds since EPOCH. |
int |
getType(DeviceDataHistory deviceDataHistory)
Returns attribute Tango type. |
int |
getWrittenDimX(DeviceDataHistory deviceDataHistory)
Return attribute written dim_x. |
int |
getWrittenDimY(DeviceDataHistory deviceDataHistory)
Return attribute written dim_y. |
boolean |
hasFailed(DeviceDataHistory deviceDataHistory)
Returns true if attribute failed |
void |
init(DeviceDataHistory deviceDataHistory,
DevAttrHistory_3 att_histo)
Constructor from an AttributeValue for Device_3Impl. |
void |
init(DeviceDataHistory deviceDataHistory,
DevAttrHistory att_histo)
Constructor from an AttributeValue. |
void |
init(DeviceDataHistory deviceDataHistory,
java.lang.String cmdname,
DevCmdHistory cmd_hist)
Constructor from a DevCmdHistory. |
void |
init(DeviceDataHistory deviceDataHistory,
java.lang.String name,
int source,
long t)
Constructor from an AttributeValue for Device_4Impl. |
void |
init(DeviceDataHistory deviceDataHistory,
java.lang.String name,
int source,
TimeVal time)
Constructor from an AttributeValue for Device_4Impl. |
int |
insert(DeviceDataHistory ddh,
boolean[] values,
int base)
|
int |
insert(DeviceDataHistory ddh,
DevEncoded[] values,
int base)
|
int |
insert(DeviceDataHistory ddh,
DevState[] values,
int base)
|
int[] |
insert(DeviceDataHistory ddh,
DevVarDoubleStringArray dsa,
int[] bases)
|
int[] |
insert(DeviceDataHistory ddh,
DevVarLongStringArray lsa,
int[] bases)
|
void |
insert(DeviceDataHistory ddh,
double[] values)
|
int |
insert(DeviceDataHistory ddh,
double[] values,
int base)
|
int |
insert(DeviceDataHistory ddh,
float[] values,
int base)
|
int |
insert(DeviceDataHistory ddh,
int[] values,
int base)
|
int |
insert(DeviceDataHistory ddh,
long[] values,
int base)
|
int |
insert(DeviceDataHistory ddh,
short[] values,
int base)
|
void |
insert(DeviceDataHistory ddh,
java.lang.String[] values)
|
int |
insert(DeviceDataHistory ddh,
java.lang.String[] values,
int base)
|
void |
setAttrQuality(DeviceDataHistory deviceDataHistory,
AttrQuality q)
Set AttrQuality if from attribute. |
void |
setDimX(DeviceDataHistory deviceDataHistory,
int dim)
Set attribute dim_x if from attribute. |
void |
setDimY(DeviceDataHistory deviceDataHistory,
int dim)
Set attribute dim_y if from attribute. |
void |
setErrStack(DeviceDataHistory deviceDataHistory,
DevError[] err)
Set the attribute errors list |
void |
setTimeVal(DeviceDataHistory deviceDataHistory,
TimeVal tval)
Set attribute time value. |
void |
setWrittenDimX(DeviceDataHistory deviceDataHistory,
int nb)
Set attribute written dim_x. |
void |
setWrittenDimY(DeviceDataHistory deviceDataHistory,
int nb)
Set attribute written dim_y. |
org.omg.CORBA.TypeCode |
type(DeviceDataHistory deviceDataHistory)
Returns the attribute type |
| Method Detail |
|---|
void init(DeviceDataHistory deviceDataHistory,
java.lang.String cmdname,
DevCmdHistory cmd_hist)
throws DevFailed
DevFailed
void init(DeviceDataHistory deviceDataHistory,
DevAttrHistory att_histo)
throws DevFailed
DevFailed
void init(DeviceDataHistory deviceDataHistory,
DevAttrHistory_3 att_histo)
throws DevFailed
DevFailed
void init(DeviceDataHistory deviceDataHistory,
java.lang.String name,
int source,
TimeVal time)
throws DevFailed
DevFailed
void init(DeviceDataHistory deviceDataHistory,
java.lang.String name,
int source,
long t)
throws DevFailed
DevFailed
void setTimeVal(DeviceDataHistory deviceDataHistory,
TimeVal tval)
TimeVal getTimeVal(DeviceDataHistory deviceDataHistory)
long getTimeValSec(DeviceDataHistory deviceDataHistory)
long getTime(DeviceDataHistory deviceDataHistory)
void setAttrQuality(DeviceDataHistory deviceDataHistory,
AttrQuality q)
throws DevFailed
DevFailed
AttrQuality getAttrQuality(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
void setDimX(DeviceDataHistory deviceDataHistory,
int dim)
throws DevFailed
DevFailed
void setDimY(DeviceDataHistory deviceDataHistory,
int dim)
throws DevFailed
DevFailed
int getDimX(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
int getDimY(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
org.omg.CORBA.Any extractAny(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
boolean extractBoolean(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
short extractUChar(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
short extractShort(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
short extractUShort(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
int extractLong(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
int extractULong(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
long extractLong64(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
long extractULong64(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
float extractFloat(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
double extractDouble(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
java.lang.String extractString(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
DevState extractDevState(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
DevEncoded extractDevEncoded(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
boolean[] extractBooleanArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
byte[] extractByteArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
short[] extractUCharArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
short[] extractShortArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
short[] extractUShortArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
int[] extractLongArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
int[] extractULongArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
long[] extractLong64Array(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
long[] extractULong64Array(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
float[] extractFloatArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
double[] extractDoubleArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
java.lang.String[] extractStringArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
DevState[] extractDevStateArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
DevEncoded[] extractDevEncodedArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
DevVarLongStringArray extractLongStringArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
DevVarDoubleStringArray extractDoubleStringArray(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailedboolean hasFailed(DeviceDataHistory deviceDataHistory)
void setErrStack(DeviceDataHistory deviceDataHistory,
DevError[] err)
DevError[] getErrStack(DeviceDataHistory deviceDataHistory)
org.omg.CORBA.TypeCode type(DeviceDataHistory deviceDataHistory)
java.lang.String getName(DeviceDataHistory deviceDataHistory)
DevFailed - in case of read_attribute failedint getNbRead(DeviceDataHistory deviceDataHistory)
DevFailed - in case of read_attribute failedint getNbWritten(DeviceDataHistory deviceDataHistory)
DevFailed - in case of read_attribute failed
void setWrittenDimX(DeviceDataHistory deviceDataHistory,
int nb)
DevFailed - in case of read_attribute failed
void setWrittenDimY(DeviceDataHistory deviceDataHistory,
int nb)
DevFailed - in case of read_attribute failedint getWrittenDimX(DeviceDataHistory deviceDataHistory)
DevFailed - in case of read_attribute failedint getWrittenDimY(DeviceDataHistory deviceDataHistory)
DevFailed - in case of read_attribute failed
int getType(DeviceDataHistory deviceDataHistory)
throws DevFailed
DevFailed
int getDataLength(DeviceDataHistory ddh)
throws DevFailed
DevFailed
int insert(DeviceDataHistory ddh,
boolean[] values,
int base)
throws DevFailed
DevFailed
int insert(DeviceDataHistory ddh,
short[] values,
int base)
throws DevFailed
DevFailed
int insert(DeviceDataHistory ddh,
int[] values,
int base)
throws DevFailed
DevFailed
int insert(DeviceDataHistory ddh,
long[] values,
int base)
throws DevFailed
DevFailed
int insert(DeviceDataHistory ddh,
float[] values,
int base)
throws DevFailed
DevFailed
int insert(DeviceDataHistory ddh,
double[] values,
int base)
throws DevFailed
DevFailed
int insert(DeviceDataHistory ddh,
java.lang.String[] values,
int base)
throws DevFailed
DevFailed
int insert(DeviceDataHistory ddh,
DevState[] values,
int base)
throws DevFailed
DevFailed
int insert(DeviceDataHistory ddh,
DevEncoded[] values,
int base)
throws DevFailed
DevFailed
int[] insert(DeviceDataHistory ddh,
DevVarLongStringArray lsa,
int[] bases)
throws DevFailed
DevFailed
int[] insert(DeviceDataHistory ddh,
DevVarDoubleStringArray dsa,
int[] bases)
throws DevFailed
DevFailed
void insert(DeviceDataHistory ddh,
double[] values)
throws DevFailed
DevFailed
void insert(DeviceDataHistory ddh,
java.lang.String[] values)
throws DevFailed
DevFailed
|
TANGO Java API ( TangORB-7.3.3.jar) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||