public class MCMSubsystem
extends org.lsst.ccs.Subsystem
implements org.lsst.ccs.framework.HasLifecycle
| Constructor and Description |
|---|
MCMSubsystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(int nClears) |
void |
definePlaylist(String playlist,
String daqFolder,
String... images) |
void |
disableCalibration() |
void |
discardRows(int nRows) |
void |
enableCalibration() |
void |
endImage() |
void |
init() |
void |
initGuiders(String roiSpec) |
void |
initImage(double delta) |
void |
play(String playlist,
boolean repeat) |
void |
postStart() |
void |
setFilter(String name) |
void |
standby() |
void |
start(String configuration) |
void |
startImage(boolean shutter,
String sensors,
String keyValueData,
String annotation,
double timeout) |
void |
takeImages(double expTime,
int numImages,
boolean shutter,
String sensors,
String keyValueData,
String annotation) |
getLogHandler, getNumberCommandThreads, ping, printRunningCommands, setLogFormat, setLogHandlerLevel, setLogLevel, setStackTraceDepthcreateHelper, executeCommandRequest, getAgentInfo, getAgentPersistenceService, getAgentService, getAgentServices, getCCSVersions, getCommandCount, getComponentConfigurationEnvironment, getComponentConfigurationEnvironmentByName, getComponentLookup, getCurrentAction, getDescription, getDistributionInfo, getEnvironmentLockService, getEnvironmentMessagingAccess, getLogger, getMessagingAccess, getName, getScheduler, helper, initAgent, initLogBusHandler, isInEngineeringMode, populateComponentLookup, preInit, preStart, printComponentNodeTree, publishSubsystemDataOnStatusBus, sendAck, sendNack, sendStatusMessage, setAgentName, shutdownAgent, shutdownAgent, startAgent, vetoTransitionToNormalModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void init()
init in interface org.lsst.ccs.framework.HasLifecyclepublic void postStart()
postStart in interface org.lsst.ccs.framework.HasLifecycle@Command(type=ACTION,
autoAck=false,
level=0)
public void initImage(@Argument(description="Time in seconds")
double delta)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void startImage(boolean shutter,
String sensors,
String keyValueData,
String annotation,
double timeout)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void takeImages(double expTime,
int numImages,
boolean shutter,
String sensors,
String keyValueData,
String annotation)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void setFilter(String name)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void initGuiders(String roiSpec)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void endImage()
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void clear(int nClears)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void play(String playlist,
@Argument(defaultValue="false")
boolean repeat)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void definePlaylist(String playlist,
String daqFolder,
String... images)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void discardRows(int nRows)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void start(String configuration)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void standby()
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void enableCalibration()
throws Exception
ExceptionCopyright © 2022 LSST. All rights reserved.