| Package | Description |
|---|---|
| org.lsst.ccs.bus.data |
This package defines all the public data sent on the CCS buses via
messages defined in package org.lsst.ccs.bus.messages.
|
| org.lsst.ccs.bus.messages |
This package defines all the standard messages for the CCS buses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValueDataList
An object designed to group together KeyValueData objects before publication
on the Status bus.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyValueData> |
KeyValueDataList.getListOfKeyValueData()
Get the list of KeyValueData contained in this object.
|
List<KeyValueData> |
KeyValueDataList.getListOfKeyValueData(KeyValueData.KeyValueDataType type)
Get the list of KeyValueData contained in this object for a given type.
|
Iterator<KeyValueData> |
KeyValueDataList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueDataList.addData(KeyValueData data)
Add a KeyValueData object to the KeyValueDataList.
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueData |
StatusSubsystemData.getSubsystemData()
Get the embedded subsystem data.
|
| Modifier and Type | Method and Description |
|---|---|
protected KeyValueDataList |
StatusData.encodeObject(KeyValueData obj) |
| Constructor and Description |
|---|
StatusData(KeyValueData obj)
Build a StatusMessage from the provided Object.
|
StatusSubsystemData(KeyValueData kvData)
Build a StatusMessage from the provided Object.
|
Copyright © 2020 LSST. All rights reserved.