| ifw-daq
    2.1.0-pre1
    IFW Data Acquisition modules | 
#include <requestor.hpp>
 Inheritance diagram for StartDaqRequestor:
 Inheritance diagram for StartDaqRequestor:| Public Member Functions | |
| void | AddOptions (CLI::App *app) override | 
| 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... | |
| Requestor (CommonArgs &args) | |
|  Public Member Functions inherited from Requestor | |
| Requestor (CommonArgs &args) | |
| virtual | ~Requestor () | 
| Public Attributes | |
| std::string | m_id | 
| std::string | m_prefix | 
| std::string | m_primary_sources | 
| std::string | m_metadata_sources | 
| std::string | m_properties | 
| Additional Inherited Members | |
|  Protected Attributes inherited from Requestor | |
| CommonArgs & | m_args | 
Definition at line 171 of file requestor.hpp.
| 
 | overridevirtual | 
Add arguments to command.
Reimplemented from Requestor.
Definition at line 154 of file requestor.cpp.
| 
 | overridevirtual | 
Receives a parsed variables_map that include the options added with AddOptions.
Implements Requestor.
Definition at line 162 of file requestor.cpp.
| 
 | explicit | 
Definition at line 58 of file requestor.cpp.
| std::string StartDaqRequestor::m_id | 
Definition at line 172 of file requestor.hpp.
| std::string StartDaqRequestor::m_metadata_sources | 
Definition at line 175 of file requestor.hpp.
| std::string StartDaqRequestor::m_prefix | 
Definition at line 173 of file requestor.hpp.
| std::string StartDaqRequestor::m_primary_sources | 
Definition at line 174 of file requestor.hpp.
| std::string StartDaqRequestor::m_properties | 
Definition at line 176 of file requestor.hpp.