public interface GuiderListener
| Modifier and Type | Method and Description |
|---|---|
void |
pause(StateMetaData state) |
void |
rawStamp(StateMetaData state,
ByteBuffer rawStamp)
Called each time there is a new postage stamp
|
void |
resume(StateMetaData state) |
void |
stamp(StateMetaData state,
ByteBuffer stamp)
Called each time there is a single postage stamp
|
void |
start(StateMetaData state,
SeriesMetaData series)
Guider is started
|
void |
stop(StateMetaData state) |
void start(StateMetaData state, SeriesMetaData series) throws Exception
state - The meta-data at start timeseries - The meta-data corresponding to the series of postage
stampsExceptionvoid stop(StateMetaData state) throws Exception
Exceptionvoid pause(StateMetaData state) throws Exception
Exceptionvoid resume(StateMetaData state) throws Exception
Exceptionvoid stamp(StateMetaData state, ByteBuffer stamp) throws Exception
state - The current state, including the timestamp of the stampstamp - The data corresponding to the stamp (in what format??)Exceptionvoid rawStamp(StateMetaData state, ByteBuffer rawStamp) throws Exception
state - The current state, including the timestamp of the stamprawStamp - The data corresponding the the raw postage stamp.ExceptionCopyright © 2023 LSST. All rights reserved.