|
ifw-daq
1.0.0
IFW Data Acquisition modules
|
#include <requestor.hpp>
Inheritance diagram for NoArgRequestor< Func >:Public Member Functions | |
| NoArgRequestor (Func func, CommonArgs &args) | |
| 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... | |
Public Member Functions inherited from Requestor | |
| Requestor (CommonArgs &args) | |
| virtual | ~Requestor () |
| virtual std::string | Synopsis () |
| virtual void | AddOptions (boost::program_options::options_description &descr) |
| Add arguments to command. More... | |
Public Attributes | |
| Func | m_func |
Additional Inherited Members | |
Protected Attributes inherited from Requestor | |
| CommonArgs & | m_args |
Definition at line 151 of file requestor.hpp.
|
inline |
Definition at line 152 of file requestor.hpp.
|
inlineoverridevirtual |
Receives a parsed variables_map that include the options added with AddOptions.
Implements Requestor.
Definition at line 155 of file requestor.hpp.
| Func NoArgRequestor< Func >::m_func |
Definition at line 167 of file requestor.hpp.