Variable ska::pst::common::event_names
Defined in File StateModel.h
Variable Documentation
-
static std::map<StateModelEvent, std::string> ska::pst::common::event_names{{Initialise, "Initialise"}, {ConfigureBeam, "Configure Beam"}, {ConfigureScan, "Configure Scan"}, {StartScan, "Start Scan"}, {ScanStarted, "Scan Started"}, {StopScan, "Stop Scan"}, {ScanStopped, "Scan Stopped"}, {DeconfigureScan, "Deconfigure Scan"}, {DeconfigureBeam, "Deconfigure Beam"}, {Terminate, "Terminate"}, {Reset, "Reset"}, {Errored, "Errored"}}
Mapping of state model events to strings that describe the event.