ifw-daq  1.0.0
IFW Data Acquisition modules
Public Member Functions | Public Attributes | List of all members
StartDaqRequestor Struct Reference

#include <requestor.hpp>

+ Inheritance diagram for StartDaqRequestor:

Public Member Functions

std::string Synopsis () override
 
void AddOptions (boost::program_options::options_description &descr) override
 Add arguments to command. More...
 
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...
 
 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
CommonArgsm_args
 

Detailed Description

Definition at line 170 of file requestor.hpp.

Member Function Documentation

◆ AddOptions()

void StartDaqRequestor::AddOptions ( boost::program_options::options_description &  descr)
overridevirtual

Add arguments to command.

Reimplemented from Requestor.

Definition at line 150 of file requestor.cpp.

◆ Handle()

void StartDaqRequestor::Handle ( ::stdif::StdCmdsSync &  std_cmds,
::ocmif::OcmDaqSync &  daq_cmds,
boost::program_options::variables_map &  vm,
std::vector< std::string > &  opts 
)
overridevirtual

Receives a parsed variables_map that include the options added with AddOptions.

Implements Requestor.

Definition at line 162 of file requestor.cpp.

◆ Requestor()

Requestor::Requestor
explicit

Definition at line 53 of file requestor.cpp.

◆ Synopsis()

std::string StartDaqRequestor::Synopsis ( )
overridevirtual

Reimplemented from Requestor.

Definition at line 158 of file requestor.cpp.

Member Data Documentation

◆ m_id

std::string StartDaqRequestor::m_id

Definition at line 171 of file requestor.hpp.

◆ m_metadata_sources

std::string StartDaqRequestor::m_metadata_sources

Definition at line 174 of file requestor.hpp.

◆ m_prefix

std::string StartDaqRequestor::m_prefix

Definition at line 172 of file requestor.hpp.

◆ m_primary_sources

std::string StartDaqRequestor::m_primary_sources

Definition at line 173 of file requestor.hpp.

◆ m_properties

std::string StartDaqRequestor::m_properties

Definition at line 175 of file requestor.hpp.


The documentation for this struct was generated from the following files: