| ifw-daq
    2.1.0-pre1
    IFW Data Acquisition modules | 
Simple Daq commands that accepts a single argument id and returns a shared_ptr type that can be formatted with ostream<< operator when dereferenced.  
 More...
#include <requestor.hpp>
 Inheritance diagram for SimpleDaqRequestor< Func >:
 Inheritance diagram for SimpleDaqRequestor< Func >:| Public Member Functions | |
| SimpleDaqRequestor (Func func, CommonArgs &args) | |
| void | AddOptions (CLI::App *sub) | 
| Add arguments to command.  More... | |
| 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 () | 
| Additional Inherited Members | |
|  Protected Attributes inherited from Requestor | |
| CommonArgs & | m_args | 
Simple Daq commands that accepts a single argument id and returns a shared_ptr type that can be formatted with ostream<< operator when dereferenced. 
Definition at line 128 of file requestor.hpp.
| 
 | inline | 
Definition at line 129 of file requestor.hpp.
| 
 | inlinevirtual | 
Add arguments to command.
Reimplemented from Requestor.
Definition at line 132 of file requestor.hpp.
| 
 | inlineoverridevirtual | 
Receives a parsed variables_map that include the options added with AddOptions.
Implements Requestor.
Definition at line 136 of file requestor.hpp.