| 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.publishData(ValueNotification td)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subsystem.publishData(List<? extends ValueNotification> tdl)
Deprecated.
|
void |
Subsystem.publishStatus(List<ValueNotification> tdl) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataValueNotification
this class is to replace ValueNotification
which is temporarily kept for compatibility.
|
| Constructor and Description |
|---|
DataValueNotification(ValueNotification notification) |
| Constructor and Description |
|---|
TrendingStatus(List<? extends ValueNotification> list) |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.publishData(ValueNotification td)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Configurable.publish(List<ValueNotification> tdl)
publishes a predefined list of ValueNotification on the status bus.
|
void |
Module.publishData(List<ValueNotification> tdl)
Deprecated.
|
Copyright © 2015 LSST. All rights reserved.