ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
#include <requestor.hpp>
Public Member Functions | |
CommonArgs ()=default | |
CommonArgs (CommonArgs const &)=delete | |
CommonArgs & | operator= (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 |
Definition at line 44 of file requestor.hpp.
|
default |
|
delete |
|
delete |
bool CommonArgs::json = false |
Definition at line 45 of file requestor.hpp.
elt::mal::Mal* CommonArgs::mal |
Definition at line 50 of file requestor.hpp.
std::string CommonArgs::pub_addr |
Definition at line 49 of file requestor.hpp.
std::string CommonArgs::req_addr |
Definition at line 48 of file requestor.hpp.
bool CommonArgs::status = false |
Definition at line 46 of file requestor.hpp.
unsigned CommonArgs::timeout = 10 |
Definition at line 47 of file requestor.hpp.