ifw-daq  2.1.0-pre1
IFW Data Acquisition modules
Public Member Functions | Public Attributes | List of all members
CommonArgs Struct Reference

#include <requestor.hpp>

Public Member Functions

 CommonArgs ()=default
 
 CommonArgs (CommonArgs const &)=delete
 
CommonArgsoperator= (CommonArgs const &)=delete
 

Public Attributes

bool json = false
 
bool status = false
 
unsigned timeout = 10
 
std::string req_addr
 
std::string pub_addr
 
elt::mal::Mal * mal
 

Detailed Description

Definition at line 44 of file requestor.hpp.

Constructor & Destructor Documentation

◆ CommonArgs() [1/2]

CommonArgs::CommonArgs ( )
default

◆ CommonArgs() [2/2]

CommonArgs::CommonArgs ( CommonArgs const &  )
delete

Member Function Documentation

◆ operator=()

CommonArgs& CommonArgs::operator= ( CommonArgs const &  )
delete

Member Data Documentation

◆ json

bool CommonArgs::json = false

Definition at line 45 of file requestor.hpp.

◆ mal

elt::mal::Mal* CommonArgs::mal

Definition at line 50 of file requestor.hpp.

◆ pub_addr

std::string CommonArgs::pub_addr

Definition at line 49 of file requestor.hpp.

◆ req_addr

std::string CommonArgs::req_addr

Definition at line 48 of file requestor.hpp.

◆ status

bool CommonArgs::status = false

Definition at line 46 of file requestor.hpp.

◆ timeout

unsigned CommonArgs::timeout = 10

Definition at line 47 of file requestor.hpp.


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