| Package | Description |
|---|---|
| org.lsst.ccs.command |
An experimental package for testing possible improvements to the command handling
mechanism built-in to the CCS core.
|
| org.lsst.ccs.command.demo |
Examples of annotated classes providing command functionality.
|
| org.lsst.ccs.shell |
A toy JLine based shell for testing the command system.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RouteSelectionCommandSet.BuiltIns.get(RouteSelectionCommandSet.SetGetCommands what) |
void |
RouteSelectionCommandSet.BuiltIns.set(RouteSelectionCommandSet.SetGetCommands what,
String value) |
| Modifier and Type | Method and Description |
|---|---|
double |
DemoCommands.add(double a,
double b) |
double |
DemoCommands.addAll(String base,
double... numbers) |
void |
RCMReg.connect(int id) |
int |
DemoCommands.dayOfWeek(DemoCommands.Day day) |
String |
OverloadingCommands.doSomething(OverloadingCommands.What what,
int howLong) |
String |
OverloadingCommands.doSomething(OverloadingCommands.What what,
int howLong,
int howOften) |
String |
OverloadingCommands.doSomething(OverloadingCommands.What what,
int howLong,
int howOften,
OverloadingCommands.When when) |
void |
DemoCommands.error() |
double |
DemoCommands.getTemperature(int module) |
void |
DemoCommands.longCommand() |
void |
RCMReg.read(int address,
int count) |
void |
RCMReg.show() |
double |
ExtendedDemoCommands.subtract(double a,
double b) |
int |
DemoCommandsWithComplexArgs.sumArray(int[] items) |
int |
DemoCommandsWithComplexArgs.sumList(List<Integer> items) |
int |
DemoCommandsWithComplexArgs.sumListOfList(List<List<Integer>> listOfList) |
String |
DemoCommandsWithComplexArgs.sumMap(Map<Integer,String> map) |
void |
RCMReg.write(int address,
int[] value) |
String |
DemoCommands.xcommandWithLotsOfEnumParameters(DemoCommands.Day day,
DemoCommands.Number number,
DemoCommands.Holiday holiday) |
int |
DemoCommands.zcommandWithDefault(int value) |
String |
DemoCommands.zcommandWithEmptyDefault(String prefix,
String post) |
| Modifier and Type | Method and Description |
|---|---|
void |
JLineShell.BuiltIns.exit() |
void |
JLineShell.BuiltIns.history() |
void |
JLineShell.BuiltIns.set(JLineShell.SetCommands what,
String value) |
void |
JLineShell.BuiltIns.stacktrace() |
Copyright © 2016 LSST. All rights reserved.