| Package | Description |
|---|---|
| org.lsst.ccs.bus |
This package deals with standard messages for the CCS buses.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<EncodedDataStatus> |
EncodedDataStatus.iterator()
helps iterating over a list of linked status message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncodedDataStatus.addStatus(EncodedDataStatus next)
adds another status at the end of the linked list of status sent in a single message
|
void |
EncodedDataStatus.setNext(EncodedDataStatus next)
links another status next to this one (for sending a batch of status
in a single message)
|
Copyright © 2014 LSST. All Rights Reserved.