|
ifw-daq
1.0.0
IFW Data Acquisition modules
|
#include <requestor.hpp>
Inheritance diagram for SetLogLevelRequestor:Public Member Functions | |
| virtual std::string | Synopsis () override |
| virtual void | Handle (::stdif::StdCmdsSync &std_cmds, ::ocmif::OcmDaqSync &daq_cmds, boost::program_options::variables_map &vm, std::vector< std::string > &opts) 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 () |
| virtual void | AddOptions (boost::program_options::options_description &descr) |
| Add arguments to command. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Requestor | |
| CommonArgs & | m_args |
Definition at line 73 of file requestor.hpp.
|
overridevirtual |
Receives a parsed variables_map that include the options added with AddOptions.
Implements Requestor.
Definition at line 130 of file requestor.cpp.
|
explicit |
Definition at line 53 of file requestor.cpp.
|
overridevirtual |
Reimplemented from Requestor.
Definition at line 126 of file requestor.cpp.