| Class | Description |
|---|---|
| Alerts |
Defines the alerts raised by the subsystem.
|
| AsciiAuto |
Adds the AutoCloseable interface to
Ascii so that it can be used in try-with-resources statements. |
| Commands |
Defines the names and other properties of the commands accepted by the subsystem.
|
| Controller |
Communicates with the hardware.
|
| MockThin |
Provides a dummy implementation of the thin-beam CCOB API.
|
| Util |
Provides tools used by other components of the subsystem.
|
| ValueParser |
Parses replies to commands such as
X? which contain a line of key-value pairs where the key is
one or more space-separated alphanumeric words and the values are decimal numbers compatible with
Java doubles. |
| Exception | Description |
|---|---|
| ValueParser.ParseError |
Represents a parsing error.
|
Copyright © 2023 LSST. All rights reserved.