#include <requestor.hpp>
|
| | Requestor (CommonArgs &args) |
| |
| virtual | ~Requestor () |
| |
| virtual std::string | Synopsis () |
| |
| virtual void | AddOptions (boost::program_options::options_description &descr) |
| | Add arguments to command. More...
|
| |
| virtual void | Handle (::stdif::StdCmdsSync &std_cmds, ::ocmif::OcmDaqSync &daq_cmds, boost::program_options::variables_map &vm, std::vector< std::string > &opts)=0 |
| | Receives a parsed variables_map that include the options added with AddOptions. More...
|
| |
Definition at line 52 of file requestor.hpp.
◆ Requestor()
◆ ~Requestor()
| virtual Requestor::~Requestor |
( |
| ) |
|
|
inlinevirtual |
◆ AddOptions()
| void Requestor::AddOptions |
( |
boost::program_options::options_description & |
descr | ) |
|
|
virtual |
◆ Handle()
| virtual void Requestor::Handle |
( |
::stdif::StdCmdsSync & |
std_cmds, |
|
|
::ocmif::OcmDaqSync & |
daq_cmds, |
|
|
boost::program_options::variables_map & |
vm, |
|
|
std::vector< std::string > & |
opts |
|
) |
| |
|
pure virtual |
◆ Synopsis()
| std::string Requestor::Synopsis |
( |
| ) |
|
|
virtual |
◆ m_args
The documentation for this struct was generated from the following files: