| 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.
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueData.KeyValueDataType |
KeyValueData.getType()
Get the KeyValueData type.
|
static KeyValueData.KeyValueDataType |
KeyValueData.KeyValueDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyValueData.KeyValueDataType[] |
KeyValueData.KeyValueDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueDataList.addData(String key,
Serializable value,
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp,
KeyValueData.KeyValueDataType type)
Add a key-value pair with a CCS timestamp to this KeyValueDataList.
|
void |
KeyValueDataList.addData(String key,
Serializable value,
KeyValueData.KeyValueDataType type)
Add a key-value pair to this KeyValueDataList by assigning it the
timestamp of the KeyDataList.
|
List<KeyValueData> |
KeyValueDataList.getListOfKeyValueData(KeyValueData.KeyValueDataType type)
Get the list of KeyValueData contained in this object for a given type.
|
| Constructor and Description |
|---|
KeyValueData(String key,
Serializable value,
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimeStamp,
KeyValueData.KeyValueDataType type)
Build a KeyValueData object providing the name and the value for the key-value pair
and the CCSTimeStamp in which this data was accumulated and their type.
|
Copyright © 2021 LSST. All rights reserved.