
public class BasicMain
extends org.lsst.ccs.Subsystem
implements org.lsst.ccs.framework.HasLifecycle
| Constructor and Description |
|---|
BasicMain(String agentName,
String agentType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BasicState |
getFullState()
Gets the basic state.
|
void |
postInit()
Subsystem post-initialization
|
void |
setUpdatePeriod(int period)
Sets the update (tick) period.
|
getLogHandler, getNumberCommandThreads, ping, printRunningCommands, setLogFormat, setLogHandlerLevel, setLogLevel, setStackTraceDepth, switchToEngineeringMode, switchToNormalModebroadcastStatus, checkAllHardwareStopped, createHelper, executeCommandRequest, getAgentInfo, getAgentPersistenceService, getAgentService, getAgentServices, getCCSVersions, getCommandCount, getComponentConfigurationEnvironment, getComponentConfigurationEnvironmentByName, getComponentLookup, getCurrentAction, getDescription, getDistributionInfo, getEnvironmentLockService, getEnvironmentMessagingAccess, getLogger, getMessagingAccess, getName, getScheduler, getStatusBroadcastPeriod, helper, internalCheckHardware, isConnectedToTheBuses, isInEngineeringMode, populateComponentLookup, preBuild, printComponentNodeTree, publishSubsystemDataOnStatusBus, sendAck, sendNack, sendStatusMessage, setAgentName, shutdownAgent, startAgentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void postInit()
postInit in interface org.lsst.ccs.framework.HasLifecycle@Command(type=ACTION, description="Set the update period") public void setUpdatePeriod(@Argument(name="period",description="The tick period (msecs)") int period)
period - The update period (milliseconds) to set.@Command(type=QUERY, description="Get the full state") public BasicState getFullState()
Copyright © 2019 LSST. All rights reserved.