| Interface | Description |
|---|---|
| AgentState |
Marker interface to distinguish internal states of an
Agent. |
| Class | Description |
|---|---|
| StateBundle |
Contains a set of subsystem states, each represented by
Enum. |
| UnmodifiableStateBundle |
A version of the StateBundle that cannot be modified.
|
| Enum | Description |
|---|---|
| AlertState |
The Alert State of an Agent reflects how the hardware measured quantities
compare to their operational limits.
|
| CommandState |
Agent State with respect to command execution.
|
| ConfigurationState |
The Configuration state of a subsystem reflects the state of its set of
configurable parameters.
|
| DataProviderState |
The DataProviderState of a data provider reflects the current operating conditions of
the provider.
|
| OperationalState |
The Operational State of an Agent.
|
| PhaseState |
The Phase State Diagram reflects the stages of an Agent's life cycle, from when it
starts to when it shuts down.
|
Copyright © 2023 LSST. All rights reserved.