csw.params.commands

Members list

Type members

Classlikes

sealed trait Command extends ParameterSetType[Command]

Common trait representing commands in TMT like Setup, Observe and Wait

Common trait representing commands in TMT like Setup, Observe and Wait

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Observe
class Setup
class Wait
sealed trait CommandIssue

Describes a command issue with appropriate reason for validation failure

Describes a command issue with appropriate reason for validation failure

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CommandIssue

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class CommandList(commands: Seq[SequenceCommand])

Contains a list of commands that can be sent to a sequencer

Contains a list of commands that can be sent to a sequencer

Value parameters

commands

sequence of SequenceCommand

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CommandName(name: String)

Model representing the name as an identifier of a command

Model representing the name as an identifier of a command

Value parameters

name

represents the name describing command

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait CommandResponse extends CommandSerializable

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Completed
class Error
class Invalid
class Locked
class Accepted
class Cancelled
class Started
Show all

The nature of CommandResponse as an intermediate response of command execution or a final response which could be positive or negative

The nature of CommandResponse as an intermediate response of command execution or a final response which could be positive or negative

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ControlCommand extends SequenceCommand

Marker trait for control parameter sets which i applicable to Assembly and HCD type of components

Marker trait for control parameter sets which i applicable to Assembly and HCD type of components

Attributes

Supertypes
trait Command
class Object
trait Matchable
class Any
Show all
Known subtypes
class Observe
class Setup
object Keys

A helper class providing predefined parameter Keys

A helper class providing predefined parameter Keys

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Keys.type
trait Nameable[T]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

A parameter set for setting telescope and instrument parameters.

A parameter set for setting telescope and instrument parameters.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Show all
object Observe

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Observe.type
case class Result extends ParameterSetType[Result]

A result containing parameters for command response

A result containing parameters for command response

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Result

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Result.type
final case class Sequence extends CommandSerializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Sequence

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Sequence.type
sealed trait SequenceCommand extends Command

Marker trait for sequence parameter sets which is applicable to Sequencer type of components

Marker trait for sequence parameter sets which is applicable to Sequencer type of components

Attributes

Supertypes
trait Command
class Object
trait Matchable
class Any
Known subtypes
class Observe
class Setup
class Wait

A parameter set for setting telescope and instrument parameters.

A parameter set for setting telescope and instrument parameters.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Show all
object Setup

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Setup.type
case class Wait extends ParameterSetType[Wait], SequenceCommand

A parameter set for setting telescope and instrument parameters.

A parameter set for setting telescope and instrument parameters.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Show all
object Wait

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Wait.type