| ifw-daq
    2.1.0-pre1
    IFW Data Acquisition modules | 
#include <requestor.hpp>
 Inheritance diagram for SetLogLevelRequestor:
 Inheritance diagram for SetLogLevelRequestor:| Public Member Functions | |
| virtual void | AddOptions (CLI::App *app) override | 
| Add arguments to command.  More... | |
| virtual 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 76 of file requestor.hpp.
| 
 | overridevirtual | 
Add arguments to command.
Reimplemented from Requestor.
Definition at line 135 of file requestor.cpp.
| 
 | overridevirtual | 
Receives a parsed variables_map that include the options added with AddOptions.
Implements Requestor.
Definition at line 140 of file requestor.cpp.
| 
 | explicit | 
Definition at line 58 of file requestor.cpp.