|
ifw-daq
3.0.0-pre2
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, ::daqif::OcmDaqControlSync &daq_cmds, CLI::App *arg) 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 void | AddOptions (CLI::App *app) |
| Add arguments to command. More... | |
Public Attributes | |
| Func | m_func |
Additional Inherited Members | |
Protected Attributes inherited from Requestor | |
| CommonArgs & | m_args |
Definition at line 153 of file requestor.hpp.
|
inline |
Definition at line 154 of file requestor.hpp.
|
inlineoverridevirtual |
Receives a parsed variables_map that include the options added with AddOptions.
Implements Requestor.
Definition at line 157 of file requestor.hpp.
| Func NoArgRequestor< Func >::m_func |
Definition at line 168 of file requestor.hpp.