ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
#include <requestor.hpp>
Public Member Functions | |
void | AddOptions (CLI::App *app) override |
Add arguments to command. More... | |
void | Handle (::stdif::StdCmdsSync &std_cmds, ::daqif::OcmDaqControlSync &daq_cmds, CLI::App *arg) override |
Receives a parsed variables_map that include the options added with AddOptions. More... | |
Requestor (CommonArgs &args) | |
Public Member Functions inherited from Requestor | |
Requestor (CommonArgs &args) | |
virtual | ~Requestor () |
Additional Inherited Members | |
Protected Attributes inherited from Requestor | |
CommonArgs & | m_args |
Definition at line 188 of file requestor.hpp.
|
overridevirtual |
Add arguments to command.
Reimplemented from Requestor.
Definition at line 174 of file requestor.cpp.
|
overridevirtual |
Receives a parsed variables_map that include the options added with AddOptions.
Implements Requestor.
Definition at line 179 of file requestor.cpp.
|
explicit |
Definition at line 58 of file requestor.cpp.