
public class AtsMain extends Object implements org.lsst.ccs.framework.HasLifecycle
| Constructor and Description |
|---|
AtsMain() |
| Modifier and Type | Method and Description |
|---|---|
AtsState |
getState()
Gets the state of the AuxTest module.
|
AtsState |
getSystemState()
Gets the full state of the AuxTest module.
|
void |
postInit()
Post initialization
|
void |
postStart()
Post start
|
void |
setUpdatePeriod(int value)
Sets the update period.
|
public void postInit()
postInit in interface org.lsst.ccs.framework.HasLifecyclepublic void postStart()
postStart in interface org.lsst.ccs.framework.HasLifecyclepublic AtsState getState()
@Command(type=QUERY,
description="Get the ATS system state",
level=0)
public AtsState getSystemState()
@Command(type=ACTION,
description="Set the update interval")
public void setUpdatePeriod(@Argument(description="The tick period (ms)")
int value)
value - The update period (milliseconds) to set.Copyright © 2021 LSST. All rights reserved.