| Package | Description |
|---|---|
| org.tango.server.attribute |
Implementation of Tango attribute
|
| org.tango.server.attribute.log |
A dynamic attribute that contains logs
|
| org.tango.server.cache |
Manage Tango polling
|
| org.tango.server.device | |
| org.tango.server.dynamic.attribute |
Implementation of some dynamic attributes
|
| org.tango.server.idl |
Utilities for Tango IDL
|
| org.tango.server.testserver |
All servers for unit tests.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
AttributeImpl.getReadValue() |
AttributeValue |
ISetValueUpdater.getSetValue() |
AttributeValue |
ReflectAttributeBehavior.getValue() |
AttributeValue |
IAttributeBehavior.getValue()
Read attribute
|
AttributeValue |
ForwardedAttribute.getValue() |
AttributeValue |
AttributeImpl.getWriteValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeHistory.addToHistory(AttributeValue readValue,
AttributeValue writeValue,
fr.esrf.Tango.DevError[] error) |
void |
ReflectAttributeBehavior.setValue(AttributeValue value) |
void |
IAttributeBehavior.setValue(AttributeValue value)
Write attribute
|
void |
ForwardedAttribute.setValue(AttributeValue value) |
void |
AttributeImpl.setValue(AttributeValue value)
write attribute
|
void |
AttributeImpl.updateValue(AttributeValue inValue)
set the read value
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
LogAttribute.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogAttribute.setValue(AttributeValue value) |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
PollingManager.getAttributeCacheElement(AttributeImpl att) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceManager.pushEvent(String attributeName,
AttributeValue value,
EventType eventType)
Push an event if some client had register it.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
PublisherAttribute.getSetValue() |
AttributeValue |
ProxyAttribute.getSetValue() |
AttributeValue |
PublisherAttribute.getValue() |
AttributeValue |
ProxyAttribute.getValue() |
AttributeValue |
GroupAttribute.getValue() |
AttributeValue |
BooleanEvaluatorAttribute.getValue() |
AttributeValue[] |
MultiAttributeProxy.readAttributes(String... attnames) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyAttribute.setReadValue(AttributeValue readValue)
Update the read value
|
void |
PublisherAttribute.setValue(AttributeValue value) |
void |
ProxyAttribute.setValue(AttributeValue value) |
void |
GroupAttribute.setValue(AttributeValue value) |
void |
BooleanEvaluatorAttribute.setValue(AttributeValue value) |
| Modifier and Type | Method and Description |
|---|---|
static fr.esrf.Tango.AttributeValue |
TangoIDLAttributeUtil.toAttributeValue(AttributeImpl attributeImpl,
AttributeValue value) |
static fr.esrf.Tango.AttributeValue_3 |
TangoIDLAttributeUtil.toAttributeValue3(AttributeImpl attributeImpl,
AttributeValue read,
AttributeValue write) |
static fr.esrf.Tango.AttributeValue_4 |
TangoIDLAttributeUtil.toAttributeValue4(AttributeImpl attributeImpl,
AttributeValue read,
AttributeValue write) |
static fr.esrf.Tango.AttributeValue_5 |
TangoIDLAttributeUtil.toAttributeValue5(AttributeImpl attributeImpl,
AttributeValue read,
AttributeValue write) |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
EventServer.getBooleanAtt() |
AttributeValue |
JTangoTest.getInvalidQuality() |
AttributeValue |
JTangoTest.getInvalidQuality2() |
AttributeValue |
EventServer.getQualityAtt() |
AttributeValue |
DynamicAttributeTest.getSetValue() |
AttributeValue |
DynamicEnumAttribute.getValue() |
AttributeValue |
DynamicAttributeTest.getValue() |
AttributeValue |
JTangoTest.isBooleanScalar() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicEnumAttribute.setValue(AttributeValue value) |
void |
DynamicAttributeTest.setValue(AttributeValue value) |
Copyright © 2012–2017 Tango Controls. All rights reserved.