mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
commenting zmq detail
This commit is contained in:
parent
a96a019435
commit
bdd37fa7c2
@ -24,7 +24,7 @@ using namespace rapidjson;
|
||||
|
||||
#define MAX_STR_LENGTH 1000
|
||||
|
||||
#define ZMQ_DETAIL
|
||||
// #define ZMQ_DETAIL
|
||||
#define ROIVERBOSITY
|
||||
|
||||
class ZmqSocket {
|
||||
@ -37,8 +37,14 @@ public:
|
||||
// eg. int value = -1;
|
||||
// if (zmq_setsockopt(socketDescriptor, ZMQ_LINGER, &value,sizeof(value))) {
|
||||
// Close();
|
||||
// }
|
||||
|
||||
// git_rev: developer
|
||||
git_url: https://github.com/slsdetectorgroup/slsDetectorPackage.git
|
||||
patches:
|
||||
- 00-linking-of-SlsDetector.patch}
|
||||
git_rev: developer
|
||||
git_url: https://github.com/slsdetectorgroup/slsDetectorPackage.git
|
||||
patches:
|
||||
- 00-linking-of-SlsDetector.patch
|
||||
/**
|
||||
* Constructor for a client
|
||||
* Creates socket, context and connects to server
|
||||
|
Loading…
x
Reference in New Issue
Block a user