| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceManager.pushPipeEvent(String pipeName,
PipeValue blob)
Push a PIPE EVENT event if some client had registered it
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventManager.pushPipeEvent(String deviceName,
String pipeName,
PipeValue blob) |
| Modifier and Type | Method and Description |
|---|---|
static PipeValue |
TangoIDLUtil.toPipeValue(fr.esrf.Tango.DevPipeData pipeData) |
| Modifier and Type | Method and Description |
|---|---|
static fr.esrf.Tango.DevPipeData |
TangoIDLUtil.toDevPipeData(String pipeName,
PipeValue pipeValue) |
| Modifier and Type | Method and Description |
|---|---|
PipeValue |
PipeImpl.getReadValue() |
PipeValue |
ReflectPipeBehavior.getValue() |
PipeValue |
IPipeBehavior.getValue()
Read pipe
|
PipeValue |
PipeImpl.getWriteValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReflectPipeBehavior.setValue(PipeValue value) |
void |
PipeImpl.setValue(PipeValue value) |
void |
IPipeBehavior.setValue(PipeValue value)
Write pipe
|
void |
PipeImpl.updateValue(PipeValue inValue) |
| Modifier and Type | Method and Description |
|---|---|
PipeValue |
PipeServer.getMyPipe() |
PipeValue |
PipeServer.getMyPipeRO() |
| Modifier and Type | Method and Description |
|---|---|
void |
PipeServer.setMyPipe(PipeValue myPipe) |
Copyright © 2012–2017 Tango Controls. All rights reserved.