|
ifw-daq
1.0.0
IFW Data Acquisition modules
|
#include <requestor.hpp>
Inheritance diagram for UpdateKeywordsRequestor:Public Member Functions | |
| std::string | Synopsis () override |
| void | AddOptions (boost::program_options::options_description &descr) override |
| Add arguments to command. More... | |
| 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 () |
Additional Inherited Members | |
Protected Attributes inherited from Requestor | |
| CommonArgs & | m_args |
Definition at line 187 of file requestor.hpp.
|
overridevirtual |
Add arguments to command.
Reimplemented from Requestor.
Definition at line 180 of file requestor.cpp.
|
overridevirtual |
Receives a parsed variables_map that include the options added with AddOptions.
Implements Requestor.
Definition at line 188 of file requestor.cpp.
|
explicit |
Definition at line 53 of file requestor.cpp.
|
overridevirtual |
Reimplemented from Requestor.
Definition at line 184 of file requestor.cpp.