|
ifw-daq
1.0.0
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 >:Public Member Functions | |
| SimpleDaqRequestor (Func func, CommonArgs &args) | |
| std::string | Synopsis () override |
| 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 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 |
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 123 of file requestor.hpp.
|
inline |
Definition at line 124 of file requestor.hpp.
|
inlineoverridevirtual |
Receives a parsed variables_map that include the options added with AddOptions.
Implements Requestor.
Definition at line 131 of file requestor.hpp.
|
inlineoverridevirtual |
Reimplemented from Requestor.
Definition at line 127 of file requestor.hpp.
| Func SimpleDaqRequestor< Func >::m_func |
Definition at line 146 of file requestor.hpp.