Packages

  • package root
    Definition Classes
    root
  • package gem

    The Gem science model.

    The Gem science model.

    Definition Classes
    root
  • package config

    Data types that define sequences of instructions consumed and executed by the SeqExec.

    Data types that define sequences of instructions consumed and executed by the SeqExec.

    Definition Classes
    gem
  • package enum

    Enumerated types (normally generated from database tables) and related syntactic enrichments.

    Enumerated types (normally generated from database tables) and related syntactic enrichments.

    Definition Classes
    gem
  • package instances

    Implicit instances for types defined outside of Gen.

    Implicit instances for types defined outside of Gen. Each set of instances is provided as a trait that can be extended and as a module whose members can be imported (preferred).

    Definition Classes
    gem
  • package math
    Definition Classes
    gem
  • package parser

    Package of atto parsers, for parsing things in the science model.

    Package of atto parsers, for parsing things in the science model. The idea here is that parsers compose, so for internal use it's nice to have them together and so we can share implementations. In end-user code we normally want to expose something weaker like String => Option[A] that delegates to a parser, rather than exposing Parser[A] directly. Each set of parsers is provided as a trait that can be extended and as a module whose members can be imported (preferred).

    Definition Classes
    gem
  • package syntax
    Definition Classes
    gem
  • package util
    Definition Classes
    gem
  • Asterism
  • CoAdds
  • Dataset
  • EnumParsers
  • EphemerisKey
  • EphemerisMeta
  • EphemerisOptics
  • Event
  • HorizonsSolutionRef
  • Observation
  • Program
  • ProgramId
  • Semester
  • SmartGcal
  • Step
  • Target
  • TargetEnvironment
  • Track
  • User
  • UserTarget

object Event

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Event
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class AbortObserve(timestamp: Instant, oid: Id) extends Event with Product with Serializable
  2. final case class ContinueObserve(timestamp: Instant, oid: Id) extends Event with Product with Serializable
  3. final case class EndIntegration(timestamp: Instant, oid: Id, step: Int) extends Event with Product with Serializable
  4. final case class EndSequence(timestamp: Instant, oid: Id) extends Event with Product with Serializable
  5. final case class EndSlew(timestamp: Instant, oid: Id) extends Event with Product with Serializable
  6. final case class EndVisit(timestamp: Instant, oid: Id) extends Event with Product with Serializable
  7. final case class PauseObserve(timestamp: Instant, oid: Id) extends Event with Product with Serializable
  8. final case class StartIntegration(timestamp: Instant, oid: Id, step: Int) extends Event with Product with Serializable
  9. final case class StartSequence(timestamp: Instant, oid: Id) extends Event with Product with Serializable
  10. final case class StartSlew(timestamp: Instant, oid: Id) extends Event with Product with Serializable
  11. final case class StartVisit(timestamp: Instant, oid: Id) extends Event with Product with Serializable
  12. final case class StopObserve(timestamp: Instant, oid: Id) extends Event with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abortObserve(t: Instant, o: Id): Event
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def continueObserve(t: Instant, o: Id): Event
  8. def endIntegration(t: Instant, o: Id, i: Int): Event
  9. def endSequence(t: Instant, o: Id): Event
  10. def endSlew(t: Instant, o: Id): Event
  11. def endVisit(t: Instant, o: Id): Event
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def pauseObserve(t: Instant, o: Id): Event
  22. def startIntegration(t: Instant, o: Id, i: Int): Event
  23. def startSequence(t: Instant, o: Id): Event
  24. def startSlew(t: Instant, o: Id): Event
  25. def startVisit(t: Instant, o: Id): Event
  26. def stopObserve(t: Instant, o: Id): Event
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped