| Package | Description |
|---|---|
| org.lsst.ccs |
This package deals with core classes for subsystems.
|
| org.lsst.ccs.bus |
This package deals with standard messages for the CCS buses.
|
| org.lsst.ccs.framework |
| Modifier and Type | Method and Description |
|---|---|
void |
Subsystem.publishStatus(KVList kvlist) |
void |
Subsystem.publishStatus(long timestamp,
KVList kvlist) |
| Modifier and Type | Method and Description |
|---|---|
KVList |
KVList.add(String key,
Object value) |
KVList |
EncodedDataStatus.getContent() |
| Constructor and Description |
|---|
EncodedDataStatus(KVList content)
creates a status with a list of Key-value pairs with the same timestamp
which is generated at creation time.
|
EncodedDataStatus(long timestampArg,
KVList content)
creates a status with a list of Key-value pairs with the same timestamp
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Configurable.publish(KVList kvlist)
publishes a list of key_object on the status bus
|
default void |
Configurable.publish(long timestamp,
KVList kvlist)
publishes a list of key_object on the status bus
|
Copyright © 2015 LSST. All rights reserved.