| Modifier and Type | Class and Description |
|---|---|
class |
DummyLocation
Used to form the map of location data with correct enable flags before any data has actually been read.
|
class |
RestfulLocation
Represents an instrument cluster connected to a PC running Lighthouse's LMS Express RT program.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.disable()
Produces a new instance that has data-checking alerts disabled.
|
Location |
DummyLocation.disable()
Not implemented.
|
Location |
RestfulLocation.disable()
Produces a new instance that has data-checking alerts disabled.
|
Location |
Location.enable()
Produces a new instance that has data-checking alerts enabled.
|
Location |
DummyLocation.enable()
Not implemented.
|
Location |
RestfulLocation.enable()
Produces a new instance that has data-checking alerts enabled.
|
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
LocationSource.getLocations()
Creates new instances of
Location based on some source of data. |
List<Location> |
RestfulLocationSource.getLocations() |
| Constructor and Description |
|---|
LocationReport(Map<String,Location> locations) |
Copyright © 2021 LSST. All rights reserved.