public class Emulator extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addImageToPlaylist(long playlist,
Image image) |
void |
closePlayList(long playlist) |
org.lsst.ccs.utilities.location.LocationSet |
getLocations() |
void |
list(long playlist,
List<ImageMetaData> result) |
Playlist |
openPlaylist(File file) |
int |
playlistSize(long playlist) |
void |
startPlaylist(long playlist,
boolean repeat) |
public Playlist openPlaylist(File file) throws DAQException, IOException
DAQExceptionIOExceptionpublic void closePlayList(long playlist)
throws DAQException
DAQExceptionpublic void addImageToPlaylist(long playlist,
Image image)
throws DAQException
DAQExceptionpublic void list(long playlist,
List<ImageMetaData> result)
throws DAQException
DAQExceptionpublic int playlistSize(long playlist)
throws DAQException
DAQExceptionpublic void startPlaylist(long playlist,
boolean repeat)
throws DAQException
DAQExceptionpublic org.lsst.ccs.utilities.location.LocationSet getLocations()
Copyright © 2021 LSST. All rights reserved.