Skip to content
Snippets Groups Projects
Commit c78a6629 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 804

Bugfix.
parent ded88cef
Branches
Tags
No related merge requests found
......@@ -384,13 +384,13 @@ GCFEvent::TResult StationControl::operational_state(GCFEvent& event, GCFPortInte
case CONTROL_RESUMED:
case CONTROL_SUSPENDED:
case CONTROL_RELEASED:
case CONTROL_FINISH:
case CONTROL_CLAIM: // from ParentITCport
case CONTROL_SCHEDULE:
case CONTROL_PREPARE:
case CONTROL_RESUME:
case CONTROL_SUSPEND:
case CONTROL_RELEASE:
case CONTROL_FINISH:
case CONTROL_QUIT: {
// All the events have the problem that the controller can be StationControl,
// CalibrationControl or BeamControl. But what they all have in common is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment