csw.params.core.states
package csw.params.core.states
Members list
Type members
Classlikes
case class CurrentState(prefix: Prefix, stateName: StateName, paramSet: Set[Parameter[_]]) extends ParameterSetType[CurrentState], ParameterSetKeyData, StateVariable
A state variable that indicates the ''current'' or actual state.
A state variable that indicates the ''current'' or actual state.
Value parameters
- paramSet
-
an optional initial set of items (keys with values)
- prefix
-
identifies the target subsystem
- stateName
-
identifies the name of the state
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StateVariabletrait CommandSerializabletrait ParameterSetKeyDataclass ParameterSetType[CurrentState]class Objecttrait Matchableclass AnyShow all
object CurrentState
Attributes
- Companion
- class
- Supertypes
- Self type
-
CurrentState.type
case class DemandState(prefix: Prefix, stateName: StateName, paramSet: Set[Parameter[_]]) extends ParameterSetType[DemandState], ParameterSetKeyData, StateVariable
A state variable that indicates the ''demand'' or requested state.
A state variable that indicates the ''demand'' or requested state.
Value parameters
- paramSet
-
initial set of items (keys with values)
- prefix
-
identifies the target subsystem
- stateName
-
identifies the name of the state
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StateVariabletrait CommandSerializabletrait ParameterSetKeyDataclass ParameterSetType[DemandState]class Objecttrait Matchableclass AnyShow all
object DemandState
Attributes
- Companion
- class
- Supertypes
- Self type
-
DemandState.type
A wrapper class representing the name of a state
sealed trait StateVariable extends CommandSerializable
Base trait for state variables
Base trait for state variables
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class CurrentStateclass DemandState
object StateVariable
Attributes
- Companion
- trait
- Supertypes
- Self type
-
StateVariable.type
In this article