org.tango.server.pipe
Interface IPipeBehavior
- All Known Implementing Classes:
- ReflectPipeBehavior
public interface IPipeBehavior
getConfiguration
PipeConfiguration getConfiguration()
- Returns:
- pipe configuration
getValue
PipeValue getValue()
throws fr.esrf.Tango.DevFailed
- Read pipe
- Returns:
- the read value
- Throws:
fr.esrf.Tango.DevFailed
setValue
void setValue(PipeValue value)
throws fr.esrf.Tango.DevFailed
- Write pipe
- Parameters:
value
-
- Throws:
fr.esrf.Tango.DevFailed
getStateMachine
StateMachineBehavior getStateMachine()
throws fr.esrf.Tango.DevFailed
- Returns:
- The state machine of this attribute
- Throws:
fr.esrf.Tango.DevFailed
Copyright © 2012-2016. All Rights Reserved.