NGPS
/
  • Science
  • Technical Specifications
  • Users Manual
  • Software Issue Reporting
  • Software Feature Request

On this page

  • Variable Documentation
    • seq_state_names
  1. NGPS /
  2. Variable Sequencer::seq_state_names

Variable Sequencer::seq_state_names¶

  • Defined in File sequence.h

Variable Documentation¶

const std::map<size_t, std::string> Sequencer::seq_state_names = {{SEQ_NOTREADY, "NOTREADY"}, {SEQ_READY, "READY"}, {SEQ_RUNNING, "RUNNING"}, {SEQ_STOPPING, "STOPPING"}, {SEQ_PAUSED, "PAUSED"}, {SEQ_STARTING, "STARTING"}, {SEQ_FAILED, "FAILED"}, {SEQ_ABORTING, "ABORTING"}}¶

2026, Caltech Optical Observatories (COO)

Made with Sphinx and Shibuya theme.