11#ifndef O2_FRAMEWORK_CONTROLSERVICEHELPERS_H_
12#define O2_FRAMEWORK_CONTROLSERVICEHELPERS_H_
26 static bool parseControl(std::string_view
const& s, std::match_results<std::string_view::const_iterator>&
match);
28 std::vector<DataProcessingStates>& allStates,
30 std::string
const& command,
31 std::string
const& arg);
bool match(const std::vector< std::string > &queries, const char *pattern)
Defining PrimaryVertex explicitly as messageable.
static bool parseControl(std::string_view const &s, std::match_results< std::string_view::const_iterator > &match)
static void processCommand(std::vector< DeviceInfo > &infos, std::vector< DataProcessingStates > &allStates, pid_t pid, std::string const &command, std::string const &arg)