Uses of Class
org.tango.server.pipe.PipeValue

Packages that use PipeValue
org.tango.server.device   
org.tango.server.events Implementation of Tango events 
org.tango.server.idl Utilities for Tango IDL 
org.tango.server.pipe Implementation of Tango pipe 
org.tango.server.testserver All servers for unit tests. 
 

Uses of PipeValue in org.tango.server.device
 

Methods in org.tango.server.device with parameters of type PipeValue
 void DeviceManager.pushPipeEvent(java.lang.String pipeName, PipeValue blob)
          Push a PIPE EVENT event if some client had registered it
 

Uses of PipeValue in org.tango.server.events
 

Methods in org.tango.server.events with parameters of type PipeValue
 void EventManager.pushPipeEvent(java.lang.String deviceName, java.lang.String pipeName, PipeValue blob)
           
 

Uses of PipeValue in org.tango.server.idl
 

Methods in org.tango.server.idl that return PipeValue
static PipeValue TangoIDLUtil.toPipeValue(fr.esrf.Tango.DevPipeData pipeData)
           
 

Methods in org.tango.server.idl with parameters of type PipeValue
static fr.esrf.Tango.DevPipeData TangoIDLUtil.toDevPipeData(java.lang.String pipeName, PipeValue pipeValue)
           
 

Uses of PipeValue in org.tango.server.pipe
 

Methods in org.tango.server.pipe that return PipeValue
 PipeValue PipeImpl.getReadValue()
           
 PipeValue IPipeBehavior.getValue()
          Read pipe
 PipeValue ReflectPipeBehavior.getValue()
           
 PipeValue PipeImpl.getWriteValue()
           
 

Methods in org.tango.server.pipe with parameters of type PipeValue
 void IPipeBehavior.setValue(PipeValue value)
          Write pipe
 void ReflectPipeBehavior.setValue(PipeValue value)
           
 void PipeImpl.setValue(PipeValue value)
           
 void PipeImpl.updateValue(PipeValue inValue)
           
 

Uses of PipeValue in org.tango.server.testserver
 

Methods in org.tango.server.testserver that return PipeValue
 PipeValue PipeServer.getMyPipe()
           
 PipeValue PipeServer.getMyPipeRO()
           
 

Methods in org.tango.server.testserver with parameters of type PipeValue
 void PipeServer.setMyPipe(PipeValue myPipe)
           
 



Copyright © 2012-2016. All Rights Reserved.