| 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 |
|---|---|
void |
HelpGenerator.help() |
void |
HelpGenerator.help(String command) |
| Modifier and Type | Method and Description |
|---|---|
double |
DemoCommands.add(double a,
double b) |
double |
DemoCommands.addAll(double... numbers) |
void |
RCMReg.connect(int id) |
int |
DemoCommands.dayOfWeek(DemoCommands.Day day) |
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) |
| 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 © 2014 LSST. All rights reserved.