public class DataChannel extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DataChannel.DataChannelList |
| Modifier and Type | Field and Description |
|---|---|
protected DataDesc |
desc |
protected long |
id |
protected String[] |
path
Channel's path For example : subsystem/variable (FCS/carouselPosition)
|
| Constructor and Description |
|---|
DataChannel() |
DataChannel(DataDesc desc) |
| Modifier and Type | Method and Description |
|---|---|
DataDesc |
getDataDescription() |
long |
getId() |
Map<String,String> |
getMetadata() |
String[] |
getPath() |
String |
getPathAsString() |
void |
setId(long id) |
Copyright © 2015 LSST. All rights reserved.