
public class NormalModeService.NormalModeCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
switchToEngineeringMode()
Command to switch to ENGINEERING mode.
|
void |
switchToNormalMode()
Command to switch to NORMAL mode.
|
@Command(description="switch to ENGINEERING mode",
type=ACTION,
category=CORE,
autoAck=false,
level=0)
public void switchToEngineeringMode()
@Command(description="Tries to get back to NORMAL mode",
type=ACTION,
category=CORE,
autoAck=false,
level=0)
public void switchToNormalMode()
Copyright © 2020 LSST. All rights reserved.