fr.esrf.TangoApi
Class AttributeInfoEx
java.lang.Object
fr.esrf.TangoApi.AttributeInfo
fr.esrf.TangoApi.AttributeInfoEx
- All Implemented Interfaces:
- ApiDefs, java.io.Serializable
public class AttributeInfoEx
- extends AttributeInfo
- implements ApiDefs, java.io.Serializable
Class Description: This class is an extention of AttributeInfo class.
Usage example:
AttributeInfoEx[] ac = dev.get_attribute_info_ex();
for (int i=0 ; i < ac.length ; i++)
{
System.out.println(ac[i].name +
" generate a change event for an absolute change of " +
ac[i].events.ch_event.abs_change);
}
- Version:
- $Revision: 1.7 $
- Author:
- verdier
- See Also:
- Serialized Form
| Fields inherited from class fr.esrf.TangoApi.AttributeInfo |
data_format, data_type, description, display_unit, format, label, level, max_alarm, max_dim_x, max_dim_y, max_value, min_alarm, min_value, name, standard_unit, unit, writable, writable_attr_name |
| Fields inherited from interface fr.esrf.TangoApi.ApiDefs |
ALL_ASYNCH, ATT_R, ATT_W, CALLBACK, CMD, D_TCP, D_UDP, FROM_ATTR, FROM_CMD, FROM_DBASE, FROM_IOR, LOGGING_DEBUG, LOGGING_ERROR, LOGGING_FATAL, LOGGING_INFO, LOGGING_OFF, LOGGING_WARN, MISC, NO_TIMEOUT, POLLING, protocol_name, PULL_CALLBACK, PUSH_CALLBACK, TACO, TANGO |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
alarms
public AttributeAlarmInfo alarms
events
public AttributeEventInfo events
extensions
public java.lang.String[] extensions
sys_extensions
public java.lang.String[] sys_extensions
AttributeInfoEx
public AttributeInfoEx(AttributeConfig_3 ac)
AttributeInfoEx
public AttributeInfoEx(AttributeConfig_2 ac)
AttributeInfoEx
public AttributeInfoEx(AttributeConfig ac)
get_attribute_config_obj_3
public AttributeConfig_3 get_attribute_config_obj_3()