#include <requestor.hpp>
|
| Requestor (CommonArgs &args) |
|
virtual | ~Requestor () |
|
virtual void | AddOptions (CLI::App *app) |
| Add arguments to command. More...
|
|
virtual void | Handle (::stdif::StdCmdsSync &std_cmds, ::daqif::OcmDaqControlSync &daq_cmds, CLI::App *arg)=0 |
| Receives a parsed variables_map that include the options added with AddOptions. More...
|
|
Definition at line 57 of file requestor.hpp.
◆ Requestor()
◆ ~Requestor()
virtual Requestor::~Requestor |
( |
| ) |
|
|
inlinevirtual |
◆ AddOptions()
void Requestor::AddOptions |
( |
CLI::App * |
app | ) |
|
|
virtual |
◆ Handle()
virtual void Requestor::Handle |
( |
::stdif::StdCmdsSync & |
std_cmds, |
|
|
::daqif::OcmDaqControlSync & |
daq_cmds, |
|
|
CLI::App * |
arg |
|
) |
| |
|
pure virtual |
◆ m_args
The documentation for this struct was generated from the following files: