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 int |
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() |
int |
getId() |
Map<String,String> |
getMetadata() |
String[] |
getPath() |
String |
getPathAsString() |
void |
setId(int id) |
Copyright © 2014 LSST. All Rights Reserved.