Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions otsdaq/FiniteStateMachine/RunInfoVInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ class RunInfoVInterface ///< : public Configurable
ERROR,
PAUSE,
RESUME,
START
START,
STOP_COMPLETE,
HALT_COMPLETE
Comment on lines +47 to +49
};

RunInfoVInterface (const std::string& runInfoPluginClassName,
Expand Down Expand Up @@ -76,7 +78,6 @@ class RunInfoVInterface ///< : public Configurable
const std::string& /* comment */) { __SS__ << "updateRunInfo() Not implemented by the Run Info Plugin (" << mfSubject_ << ")!!"; __SS_THROW__; };



/// Get functions ----

const std::string& getActiveStateMachineName (void) const { return activeStateMachineName_; }
Expand Down
Loading