|
ifw-daq
1.0.0
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 |
| unsigned | timeout |
| std::string | req_addr |
| std::string | pub_addr |
| elt::mal::Mal * | mal |
Definition at line 40 of file requestor.hpp.
|
default |
|
delete |
|
delete |
| bool CommonArgs::json |
Definition at line 41 of file requestor.hpp.
| elt::mal::Mal* CommonArgs::mal |
Definition at line 45 of file requestor.hpp.
| std::string CommonArgs::pub_addr |
Definition at line 44 of file requestor.hpp.
| std::string CommonArgs::req_addr |
Definition at line 43 of file requestor.hpp.
| unsigned CommonArgs::timeout |
Definition at line 42 of file requestor.hpp.