Project
Loading...
Searching...
No Matches
o2::framework::ControlServiceHelpers Struct Reference

#include <ControlServiceHelpers.h>

Static Public Member Functions

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)
 

Detailed Description

Definition at line 25 of file ControlServiceHelpers.h.

Member Function Documentation

◆ parseControl()

bool o2::framework::ControlServiceHelpers::parseControl ( std::string_view const &  s,
std::match_results< std::string_view::const_iterator > &  match 
)
static

Definition at line 24 of file ControlServiceHelpers.cxx.

◆ processCommand()

void o2::framework::ControlServiceHelpers::processCommand ( std::vector< DeviceInfo > &  infos,
std::vector< DataProcessingStates > &  allStates,
pid_t  pid,
std::string const &  command,
std::string const &  arg 
)
static

Use scanf to parse PUT <key> <timestamp>

Notice this will remap the actual time to the time we received the command. This should not be a problem, because we have separate states per device.

Definition at line 41 of file ControlServiceHelpers.cxx.


The documentation for this struct was generated from the following files: