| Package | Description |
|---|---|
| org.tango.server.attribute |
Implementation of Tango attribute
|
| org.tango.server.attribute.log |
A dynamic attribute that contains logs
|
| org.tango.server.dynamic |
Manage dynamic attributes and commands
|
| org.tango.server.dynamic.attribute |
Implementation of some dynamic attributes
|
| org.tango.server.testserver |
All servers for unit tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardedAttribute
Attribute that is a proxy to another attribute.
|
class |
ReflectAttributeBehavior
Behavior a Tango attribute using java reflection
|
| Modifier and Type | Method and Description |
|---|---|
IAttributeBehavior |
AttributeImpl.getBehavior() |
| Constructor and Description |
|---|
AttributeImpl(IAttributeBehavior behavior,
String deviceName) |
| Modifier and Type | Class and Description |
|---|---|
class |
LogAttribute
An image attribute that contains logs from a list of
Logger |
| Modifier and Type | Method and Description |
|---|---|
IAttributeBehavior |
DynamicManager.getAttribute(String attributeName)
Get a dynamic attribute
|
| Modifier and Type | Method and Description |
|---|---|
List<IAttributeBehavior> |
DynamicManager.getDynamicAttributes()
Retrieve all dynamic attributes
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicManager.addAttribute(IAttributeBehavior behavior)
Add attribute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanEvaluatorAttribute |
class |
GroupAttribute
Write on a group of attributes, read average for scalar attributes.
|
class |
ProxyAttribute
Dynamic attribute that connects to another tango attribute.
|
class |
PublisherAttribute |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicAttributeTest
To test dynamic attributes
|
class |
DynamicEnumAttribute |
Copyright © 2012–2017 Tango Controls. All rights reserved.