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

#include <requestor.hpp>

+ Inheritance diagram for UpdateKeywordsRequestor:

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 ()
 

Additional Inherited Members

- Protected Attributes inherited from Requestor
CommonArgsm_args
 

Detailed Description

Definition at line 187 of file requestor.hpp.

Member Function Documentation

◆ AddOptions()

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

Add arguments to command.

Reimplemented from Requestor.

Definition at line 180 of file requestor.cpp.

◆ Handle()

void UpdateKeywordsRequestor::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 188 of file requestor.cpp.

◆ Requestor()

Requestor::Requestor
explicit

Definition at line 53 of file requestor.cpp.

◆ Synopsis()

std::string UpdateKeywordsRequestor::Synopsis ( )
overridevirtual

Reimplemented from Requestor.

Definition at line 184 of file requestor.cpp.


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