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