Variable ska::pst::common::state_names

Variable Documentation

static std::map<State, std::string> ska::pst::common::state_names{{Unknown, "Unknown"}, {Idle, "Idle"}, {BeamConfigured, "Beam Configured"}, {ScanConfigured, "Scan Configured",}, {StartingScan, "Starting Scan",}, {Scanning, "Scanning",}, {StoppingScan, "Stopping Scan",}, {RuntimeError, "Runtime Error"},}

Mapping of enumerated states to strings that describe the state.