public class TestDynamicAttribute
extends java.lang.Object
implements org.tango.server.attribute.IAttributeBehavior, org.tango.server.attribute.ISetValueUpdater
Constructor and Description |
---|
TestDynamicAttribute() |
Modifier and Type | Method and Description |
---|---|
org.tango.server.attribute.AttributeConfiguration |
getConfiguration()
Configure the attribute
|
org.tango.server.attribute.AttributeValue |
getSetValue()
Return last written value
|
org.tango.server.StateMachineBehavior |
getStateMachine()
Configure state machine
|
org.tango.server.attribute.AttributeValue |
getValue()
Read the attribute
|
void |
setValue(org.tango.server.attribute.AttributeValue value)
Write the attribute
|
public org.tango.server.attribute.AttributeConfiguration getConfiguration() throws fr.esrf.Tango.DevFailed
getConfiguration
in interface org.tango.server.attribute.IAttributeBehavior
fr.esrf.Tango.DevFailed
public org.tango.server.attribute.AttributeValue getValue() throws fr.esrf.Tango.DevFailed
getValue
in interface org.tango.server.attribute.IAttributeBehavior
fr.esrf.Tango.DevFailed
public void setValue(org.tango.server.attribute.AttributeValue value) throws fr.esrf.Tango.DevFailed
setValue
in interface org.tango.server.attribute.IAttributeBehavior
fr.esrf.Tango.DevFailed
public org.tango.server.StateMachineBehavior getStateMachine() throws fr.esrf.Tango.DevFailed
getStateMachine
in interface org.tango.server.attribute.IAttributeBehavior
fr.esrf.Tango.DevFailed
public org.tango.server.attribute.AttributeValue getSetValue() throws fr.esrf.Tango.DevFailed
getSetValue
in interface org.tango.server.attribute.ISetValueUpdater
fr.esrf.Tango.DevFailed
Copyright © 2013. All Rights Reserved.