![]() |
Project
|
#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) |
Definition at line 25 of file ControlServiceHelpers.h.
|
static |
Definition at line 24 of file ControlServiceHelpers.cxx.
|
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.